Merge "Use INJECT_EVENTS permission for UiBench tests" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7c82f28639
@@ -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