OSDN Git Service

Add Shell command to set AppOps permissions
authorAdam Lesinski <adamlesinski@google.com>
Mon, 18 Aug 2014 23:10:28 +0000 (16:10 -0700)
committerAdam Lesinski <adamlesinski@google.com>
Tue, 19 Aug 2014 18:27:19 +0000 (11:27 -0700)
commitb5cf61be7c82392a6f34f53d97c8382d9a0f0b3a
treea84b0ccffe67fc2e5a671ca2142269e15802c9b0
parentd504ab14d264e340fac9422b84b5f3c677d87c5f
Add Shell command to set AppOps permissions

Change-Id: I6446543b27f0d2d2e69590a2807e713c6d5ccbbc
cmds/appops/Android.mk [new file with mode: 0644]
cmds/appops/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
cmds/appops/NOTICE [new file with mode: 0644]
cmds/appops/appops [new file with mode: 0755]
cmds/appops/src/com/android/commands/appops/AppOpsCommand.java [new file with mode: 0644]
core/java/android/app/AppOpsManager.java
packages/Shell/AndroidManifest.xml