Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <activity>
  2. <intent-filter>
  3. <action android:name="android.intent.action.CALL" />
  4. <category android:name="android.intent.category.DEFAULT" />
  5. </intent-filter>
  6. </activity>
  7.  
  8. <intent-filter>
  9. <action android:name="android.intent.action.VIEW" />
  10. <category android:name="android.intent.category.DEFAULT" />
  11. <data android:mimeType="vnd.android.cursor.item/name" />
  12. </intent-filter>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement