Add keyguard permission to instrumented ImfTest package.
Workaround to fix bug 2284623 Change-Id: I80afc37ed5ffae0447e0aedba686c13d682c8076
This commit is contained in:
@ -1,6 +1,8 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.android.imftest">
|
package="com.android.imftest">
|
||||||
|
|
||||||
|
<uses-permission android:name="android.permission.DISABLE_KEYGUARD" />
|
||||||
|
|
||||||
<application>
|
<application>
|
||||||
|
|
||||||
<activity android:name=".samples.InputTypeActivity" android:label="Input Type Activity">
|
<activity android:name=".samples.InputTypeActivity" android:label="Input Type Activity">
|
||||||
|
Reference in New Issue
Block a user