Re: [android-developers] How to prevent saving browser pages in activity stack history

2010-10-30 Thread TreKing
On Wed, Oct 27, 2010 at 2:39 PM, Chi Cheng wrote: > Now, if I press back key, the app back to browser, how to prevent this and > return to Activity#1? > Use a WebView instead of the default browser for full control. ---

[android-developers] How to prevent saving browser pages in activity stack history

2010-10-29 Thread Chi Cheng
1. User click one button on Activity#1 to start Activity#2. 2. One button on Activity#2 start system default browser(Intent.ACTION_VIEW) to get Twitter authorized. 3. After user allow, Twitter redirect user to Activity#2(Custom intent-filter+data) and it save the tokens. Now, if I press b

[android-developers] How to prevent saving browser pages in activity stack history

2010-10-28 Thread Chi Cheng
1. User click one button on Activity#1 to start Activity#2. 2. One button on Activity#2 start system default browser(Intent.ACTION_VIEW) to get Twitter authorized. 3. After user allow, Twitter redirect user to Activity#2(Custom intent- filter+data) and it save the tokens. Now, if I press back key,