Guest User

Untitled

a guest
Jul 19th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. "applications": [
  2. {
  3. "packageName": "com.example.app",
  4. "installType": "FORCE_INSTALLED",
  5. "lockTaskAllowed": true,
  6. "defaultPermissionPolicy": "GRANT",
  7. },
  8. {
  9. "packageName": "com.example.app2",
  10. "installType": "FORCE_INSTALLED",
  11. "lockTaskAllowed": true,
  12. "defaultPermissionPolicy": "GRANT",
  13. }
  14. "persistentPreferredActivities": [
  15. {
  16. "receiverActivity": "com.example.app/.com.example.app.MainActivity",
  17. "actions": [
  18. "android.intent.action.MAIN"
  19. ],
  20. "categories": [
  21. "android.intent.category.HOME",
  22. "android.intent.category.DEFAULT"
  23. ]
  24. }
  25. ]
Add Comment
Please, Sign In to add comment