Merge "Use INJECT_EVENTS permission for UiBench tests" into udc-dev am: 7c82f28639
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23669694 Change-Id: I8d58c1aad4fbc642ca76c6cae8b83f2c25d56adf Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -24,5 +24,6 @@ android_test {
|
|||||||
"androidx.recyclerview_recyclerview",
|
"androidx.recyclerview_recyclerview",
|
||||||
"androidx.leanback_leanback",
|
"androidx.leanback_leanback",
|
||||||
],
|
],
|
||||||
|
certificate: "platform",
|
||||||
test_suites: ["device-tests"],
|
test_suites: ["device-tests"],
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="com.android.test.uibench">
|
package="com.android.test.uibench">
|
||||||
|
<uses-permission android:name="android.permission.INJECT_EVENTS" />
|
||||||
|
|
||||||
<application android:allowBackup="false"
|
<application android:allowBackup="false"
|
||||||
android:theme="@style/Theme.AppCompat.Light.DarkActionBar"
|
android:theme="@style/Theme.AppCompat.Light.DarkActionBar"
|
||||||
|
|||||||
Reference in New Issue
Block a user