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

Commit 9c7bba78 authored by Maitri Mangal's avatar Maitri Mangal
Browse files

Adding attribute to the new permisison

LISTEN_FOR_KEY_ACTIVITY

flag: com.android.hardware.input.key_event_activity_detection
bug: 356412905
Change-Id: Ibaafb1aef22c432f015fef8558cb15b48937b0a2
parent 2067fd97
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -8451,7 +8451,8 @@
         <p>Protection level: signature
         @hide -->
    <permission android:name="android.permission.LISTEN_FOR_KEY_ACTIVITY"
                android:protectionLevel="signature" />
                android:protectionLevel="signature"
                android:featureFlag="com.android.hardware.input.key_event_activity_detection" />

    <uses-permission android:name="android.permission.HANDLE_QUERY_PACKAGE_RESTART" />