Hi,

I've followed handling custom url scheme in android and all is good and 
works well if the app is running in the foreground. However, when app is 
not running or app is in the background, starting th app using a custom url 
scheme starts the app but the action is a android.intent.action.MAIN and 
not android.intent.action.VIEW which is what I have to handle the custom 
url scheme.


I tried getting the intent from the onStart() and still no luck. My 
activity is launched using android:launchMode="singleInstance"

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/e29fe64f-c3e3-4147-9d07-6973ce0031c6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to