summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorwsmlby <wsmlby@google.com>2015-04-09 19:36:52 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-04-09 19:36:54 +0000
commit88022af3b432b6294ba3ec62e9d025c52d71a7f1 (patch)
treeaf4c6836623f1affb561e6b66d69a80d3f960936 /tests
parentf04046dfb0696113c8c1a3cf7425b7d6d85378b3 (diff)
parent57e7443d9de2453c150776a318107ee830abe722 (diff)
downloadframeworks_base-88022af3b432b6294ba3ec62e9d025c52d71a7f1.zip
frameworks_base-88022af3b432b6294ba3ec62e9d025c52d71a7f1.tar.gz
frameworks_base-88022af3b432b6294ba3ec62e9d025c52d71a7f1.tar.bz2
Merge "Add permission for AppCompatibilityTest."
Diffstat (limited to 'tests')
-rw-r--r--tests/Compatibility/Android.mk2
-rw-r--r--tests/Compatibility/AndroidManifest.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/Compatibility/Android.mk b/tests/Compatibility/Android.mk
index 0ec4d9d..c2f89dd 100644
--- a/tests/Compatibility/Android.mk
+++ b/tests/Compatibility/Android.mk
@@ -25,7 +25,7 @@ LOCAL_SRC_FILES := \
LOCAL_PACKAGE_NAME := AppCompatibilityTest
-
+LOCAL_CERTIFICATE := platform
include $(BUILD_PACKAGE)
include $(call all-makefiles-under,$(LOCAL_PATH))
diff --git a/tests/Compatibility/AndroidManifest.xml b/tests/Compatibility/AndroidManifest.xml
index 2884532..8ae5bc5 100644
--- a/tests/Compatibility/AndroidManifest.xml
+++ b/tests/Compatibility/AndroidManifest.xml
@@ -19,7 +19,7 @@
<application >
<uses-library android:name="android.test.runner" />
</application>
-
+ <uses-permission android:name="android.permission.REAL_GET_TASKS" />
<instrumentation
android:name=".AppCompatibilityRunner"
android:targetPackage="com.android.compatibilitytest"