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

Commit 21a1f427 authored by Chaitanya Cheemala (xWF)'s avatar Chaitanya Cheemala (xWF) Committed by Android (Google) Code Review
Browse files

Merge "Revert "Feature flag new "MANAGE_KEY_GESTURES" permission"" into main

parents 0c217d3b 90d61aa5
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -99,11 +99,3 @@ flag {
  description: "Refactor ModifierShortcutManager internal representation of shortcuts."
  bug: "358603902"
}

flag {
    namespace: "input_native"
    name: "manage_key_gestures"
    description: "Manage key gestures through Input APIs"
    is_exported: true
    bug: "358569822"
}
+0 −1
Original line number Diff line number Diff line
@@ -167,7 +167,6 @@ android_app {
        "android.os.flags-aconfig",
        "android.os.vibrator.flags-aconfig",
        "android.media.tv.flags-aconfig",
        "com.android.hardware.input.input-aconfig",
    ],
}

+1 −2
Original line number Diff line number Diff line
@@ -8170,8 +8170,7 @@
         <p>Not for use by third-party applications.
         @hide -->
    <permission android:name="android.permission.MANAGE_KEY_GESTURES"
                android:protectionLevel="signature"
                android:featureFlag="com.android.hardware.input.manage_key_gestures" />
                android:protectionLevel="signature" />

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