diff options
author | 2017-04-11 23:41:27 -0700 | |
---|---|---|
committer | 2017-04-11 23:45:35 -0700 | |
commit | 8e9ea907448c49f573dd045707e37dd14efdf152 (patch) | |
tree | f125ff1d7feede9e56914e544ac9a4f1a34310c6 | |
parent | ccb6e53f80a5cecc45efcfd898233b85a6b91f18 (diff) |
Remove the development privelege level from SET_DISPLAY_OFFSET.
Bug: 36515029
Test: the build still works.
Change-Id: I39ae2c55b6b2b0d6547f75f4ef06e62e3e5f0b84
-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 --> |