summaryrefslogtreecommitdiffstats
path: root/tests/Compatibility
diff options
context:
space:
mode:
authorwsmlby <wsmlby@google.com>2015-04-09 12:32:33 -0700
committerwsmlby <wsmlby@google.com>2015-04-09 12:35:49 -0700
commit57e7443d9de2453c150776a318107ee830abe722 (patch)
tree35e679ec6f290242ba6601f919f0dbc764418120 /tests/Compatibility
parent57baee2e12d1102372153cb4a66ff151c5cc855c (diff)
downloadframeworks_base-57e7443d9de2453c150776a318107ee830abe722.zip
frameworks_base-57e7443d9de2453c150776a318107ee830abe722.tar.gz
frameworks_base-57e7443d9de2453c150776a318107ee830abe722.tar.bz2
Add permission for AppCompatibilityTest.
Bug: 20134812 Change-Id: Iaf9a9963a16af1e2bb157159648db70666a33c48
Diffstat (limited to 'tests/Compatibility')
-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"