Merge "Use INJECT_EVENTS permission for UiBench tests" into udc-dev am: 7c82f28639 am: cd65ab8ca8

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23669694

Change-Id: I78cd6a868da0ef76e772d9aaf2d20efd7abb652f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-06-19 14:12:34 +00:00
committed by Automerger Merge Worker
2 changed files with 2 additions and 0 deletions

View File

@@ -24,5 +24,6 @@ android_test {
"androidx.recyclerview_recyclerview",
"androidx.leanback_leanback",
],
certificate: "platform",
test_suites: ["device-tests"],
}

View File

@@ -18,6 +18,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.android.test.uibench">
<uses-permission android:name="android.permission.INJECT_EVENTS" />
<application android:allowBackup="false"
android:theme="@style/Theme.AppCompat.Light.DarkActionBar"