Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <activity android:name=".BrowserIntentCallBackActivity"
  2. android:noHistory="true" >
  3. <intent-filter>
  4. <action android:name="android.intent.action.VIEW" />
  5. <category android:name="android.intent.category.DEFAULT" />
  6. <category android:name="android.intent.category.BROWSABLE" />
  7. <data
  8. android:host="*"
  9. android:scheme="trickyapp" />
  10. </intent-filter>
  11. </activity>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement