diff options
author | Brett Chabot <brettchabot@android.com> | 2009-11-25 11:32:12 -0800 |
---|---|---|
committer | Brett Chabot <brettchabot@android.com> | 2009-11-25 11:45:51 -0800 |
commit | d782b4b6f3411ece7299f414783baa3758756bbe (patch) | |
tree | b884bc5f265fde7f5b6599d778c51b8d169b4442 /tests/ImfTest | |
parent | 7f7c16dee2f825f37aec4d457bdf5ec9b8109a47 (diff) | |
download | frameworks_base-d782b4b6f3411ece7299f414783baa3758756bbe.zip frameworks_base-d782b4b6f3411ece7299f414783baa3758756bbe.tar.gz frameworks_base-d782b4b6f3411ece7299f414783baa3758756bbe.tar.bz2 |
Add keyguard permission to instrumented ImfTest package.
Workaround to fix bug 2284623
Change-Id: I80afc37ed5ffae0447e0aedba686c13d682c8076
Diffstat (limited to 'tests/ImfTest')
-rwxr-xr-x | tests/ImfTest/AndroidManifest.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ImfTest/AndroidManifest.xml b/tests/ImfTest/AndroidManifest.xml index 55e5d38..82dbe75 100755 --- a/tests/ImfTest/AndroidManifest.xml +++ b/tests/ImfTest/AndroidManifest.xml @@ -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"> |