Hi all,

I want to implement a function as below:
1 The user clicks a link in his/here email
2 If the app is already in background, then bring it to front
3 If the app is not opened before, then open it.

I know I can add intent filter with data in an activity of my app. But I 
find a big problem. If I send a customized url, for example myapp://xxxxxx, 
to my gmail account, then it seems this kind of url is filtered out by 
gamil on android devices. So only http, ftp, mailto, etc can be sent 
successfullt, but for other schemas, it will be filtered. Therefore, If I 
click the url, my app cannot receive the intent.

Is anyone know why and how to resolve it? Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to