summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2015-08-13 18:25:20 -0700
committerDianne Hackborn <hackbod@google.com>2015-08-13 18:25:20 -0700
commit9f5b0a27350df984fb4a98b9658e89390ed60573 (patch)
treec3d3757da560d8fae28edb92964ead0c891445e8 /tests
parentff9912d594bc5cdc10a4a224b9a2296bac50851b (diff)
downloadframeworks_base-9f5b0a27350df984fb4a98b9658e89390ed60573.zip
frameworks_base-9f5b0a27350df984fb4a98b9658e89390ed60573.tar.gz
frameworks_base-9f5b0a27350df984fb4a98b9658e89390ed60573.tar.bz2
Fix issue #22940169: "pm grant" can no longer grant permissions...
...with protection flag PROTECTION_FLAG_DEVELOPMENT Bring back the old grant/revoke code for development permissions. Also some more dumpsys output to help debugging. And new dumpsys command for checking a permission. Change-Id: I6e27e62a9ca5ec1ecc0f102714a448ea02f0f41c
Diffstat (limited to 'tests')
-rw-r--r--tests/VoiceInteraction/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/VoiceInteraction/AndroidManifest.xml b/tests/VoiceInteraction/AndroidManifest.xml
index 36d5d98..fe17c6e 100644
--- a/tests/VoiceInteraction/AndroidManifest.xml
+++ b/tests/VoiceInteraction/AndroidManifest.xml
@@ -2,6 +2,7 @@
package="com.android.test.voiceinteraction">
<uses-permission android:name="android.permission.PACKAGE_USAGE_STATS" />
+ <uses-permission android:name="android.permission.READ_LOGS" />
<application>
<activity android:name="VoiceInteractionMain" android:label="Voice Interaction"