Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <data android:mimeType="application/zip"/>
  2. <data android:scheme="file"
  3. android:mimeType="*/*"
  4. android:host="*"
  5. android:pathPattern=".*\\.smzip"
  6. />
  7. <data android:scheme="file"
  8. android:mimeType="*/*"
  9. android:host="*"
  10. android:pathPattern=".*\\.zip"
  11. />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement