summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/res/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 03791dd60da3..c8ad7dae28d4 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -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" />