Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d782b4b6 authored by Brett Chabot's avatar Brett Chabot
Browse files

Add keyguard permission to instrumented ImfTest package.

Workaround to fix bug 2284623

Change-Id: I80afc37ed5ffae0447e0aedba686c13d682c8076
parent 7f7c16de
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
<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">