Loading core/java/android/hardware/input/input_framework.aconfig +8 −0 Original line number Diff line number Diff line Loading @@ -99,3 +99,11 @@ 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" } core/res/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -167,6 +167,7 @@ android_app { "android.os.flags-aconfig", "android.os.vibrator.flags-aconfig", "android.media.tv.flags-aconfig", "com.android.hardware.input.input-aconfig", ], } Loading core/res/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -8172,7 +8172,8 @@ <p>Not for use by third-party applications. @hide --> <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" /> Loading Loading
core/java/android/hardware/input/input_framework.aconfig +8 −0 Original line number Diff line number Diff line Loading @@ -99,3 +99,11 @@ 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" }
core/res/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -167,6 +167,7 @@ android_app { "android.os.flags-aconfig", "android.os.vibrator.flags-aconfig", "android.media.tv.flags-aconfig", "com.android.hardware.input.input-aconfig", ], } Loading
core/res/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -8172,7 +8172,8 @@ <p>Not for use by third-party applications. @hide --> <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" /> Loading