Add keyguard permission to instrumented ImfTest package.

Workaround to fix bug 2284623

Change-Id: I80afc37ed5ffae0447e0aedba686c13d682c8076
This commit is contained in:
Brett Chabot
2009-11-25 11:32:12 -08:00
parent 7f7c16dee2
commit d782b4b6f3

View File

@ -1,6 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.imftest">
<uses-permission android:name="android.permission.DISABLE_KEYGUARD" />
<application>
<activity android:name=".samples.InputTypeActivity" android:label="Input Type Activity">