Hi i have one activity Test with <intent-filter> <data android:scheme="test" /> <action android:name="android.intent.action.VIEW" / > <category android:name="android.intent.category.DEFAULT"/> <category android:name="android.intent.category.BROWSABLE"/> </intent-filter>
and other activity Test1 with <intent-filter> <data android:scheme="test1" / > <action android:name="android.intent.action.VIEW" / > <category android:name="android.intent.category.DEFAULT"/> <category android:name="android.intent.category.BROWSABLE"/> </intent-filter> But problem is only Test activity scheme and Test1's does not work need help.... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en