diff options
| -rw-r--r-- | core/res/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index f3060e61f1d4..9a908ae038f6 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -2773,7 +2773,7 @@ Could be used to prevent unwanted touch events on a touchscreen, for example during swimming or rain. @hide --> - <permission android:name="android.permission.DISABLE_INPUT_DEVICE" + <permission android:name="com.android.permission.DISABLE_INPUT_DEVICE" android:protectionLevel="signature" /> <!-- Allows an application to configure and connect to Wifi displays |