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

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

Revert "Feature flag new "MANAGE_KEY_GESTURES" permission"

Revert submission 28991380-flag permissions for key gestures

Reason for revert: Likely culprit for b/362928026  - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.

Reverted changes: /q/submissionid:28991380-flag+permissions+for+key+gestures

Change-Id: Ic312fefa45e9739578fe90d53d2bbbed193cc4d8
parent cc8b7aba
Loading
Loading
Loading
Loading
+0 −8
Original line number Original line Diff line number Diff line
@@ -99,11 +99,3 @@ flag {
  description: "Refactor ModifierShortcutManager internal representation of shortcuts."
  description: "Refactor ModifierShortcutManager internal representation of shortcuts."
  bug: "358603902"
  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 Original line Diff line number Diff line
@@ -167,7 +167,6 @@ android_app {
        "android.os.flags-aconfig",
        "android.os.flags-aconfig",
        "android.os.vibrator.flags-aconfig",
        "android.os.vibrator.flags-aconfig",
        "android.media.tv.flags-aconfig",
        "android.media.tv.flags-aconfig",
        "com.android.hardware.input.input-aconfig",
    ],
    ],
}
}


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


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