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 a2b94d1bcaff..3360e3386333 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1881,7 +1881,7 @@ <!-- @hide Allows an application to set display offsets for the screen. This permission is not available to third party applications. --> <permission android:name="android.permission.SET_DISPLAY_OFFSET" - android:protectionLevel="signature|privileged|development" /> + android:protectionLevel="signature|privileged" /> <!-- ================================== --> <!-- Permissions affecting the system wallpaper --> |