summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Scott <stuartscott@google.com>2014-03-24 17:39:49 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-24 17:39:49 +0000
commit651b3762335c04af38a3f5fbf3ba5ce74224682a (patch)
tree30acc28a36e6817d622f0b12e03b1241f75d2d59
parent90c4d61d4e55020b4198be1f1b0cea60c9782c2d (diff)
parenta39bef4c95de769ef24de8ab3438e25a4292deb2 (diff)
downloadcts-651b3762335c04af38a3f5fbf3ba5ce74224682a.tar.gz
am a39bef4c: am eeab625c: am 8fbd78ff: am c85cab8b: am 833eaa6f: am a33ae51f: am d9383853: am 7e58b550: Adding inject_event to permission test package.
* commit 'a39bef4c95de769ef24de8ab3438e25a4292deb2': Adding inject_event to permission test package.
-rw-r--r--tests/tests/permission/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests/permission/AndroidManifest.xml b/tests/tests/permission/AndroidManifest.xml
index 1e1465df850..945a3034b02 100644
--- a/tests/tests/permission/AndroidManifest.xml
+++ b/tests/tests/permission/AndroidManifest.xml
@@ -18,6 +18,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.cts.permission">
+ <uses-permission android:name="android.permission.INJECT_EVENTS" />
<application>
<uses-library android:name="android.test.runner" />
<activity android:name="android.permission.cts.PermissionStubActivity"