[android-developers] Enforcing clearTop only when launching app from browser

2012-06-26 Thread Goat666
Hi everyone! I have an application with an activity named SplashActivity which has the following intent-filters defined. activity android:name=.SplashActivity android:configChanges=keyboardHidden|orientation android:launchMode=singleTop android:screenOrientation=portrait

[android-developers] Google auth with getAuthToken: what authTokenType string to use?

2012-06-10 Thread Goat666
I am working on an Android application which allows you to use your email account as a user id and any password for authentication. It also requires a verification step where you have to verify that the email address belongs to you. To do away with this painful process and make it easy for

Re: [android-developers] Google auth with getAuthToken: what authTokenType string to use?

2012-06-10 Thread Goat666
: On Mon, Jun 11, 2012 at 11:28 AM, Goat666 wrote: I am working on an Android application which allows you to use your email account as a user id and any password for authentication. It also requires a verification step where you have to verify that the email address belongs

Re: [android-developers] Google auth with getAuthToken: what authTokenType string to use?

2012-06-10 Thread Goat666
or Google Talk or anything of the sort. I merely want an auth token to be used by our service to identify a user. Where can I find a comprehensive list of auth scope items? I want the most basic one possible. On Sunday, June 10, 2012 8:03:19 PM UTC-7, Goat666 wrote: Hi Nicolay, Thank you so

[android-developers] Issues maintaining single instance of app

2011-06-29 Thread Goat666
I have an application that can be started through the launcher but also through the browser via a custom URL such as appname://parameters. The root activity is called ActivityA. The launchmode for ActivityA was set to singleTop. I do the following -- 1. Go to the launcher and click the app