OSDN Git Service

DO NOT MERGE: change SET_DISPLAY_OFFSET namespace to com.android.permission.*
authorJulius D'souza <jdsouza@google.com>
Wed, 26 Apr 2017 18:14:00 +0000 (11:14 -0700)
committerJulius D'souza <jdsouza@google.com>
Wed, 26 Apr 2017 18:14:11 +0000 (11:14 -0700)
This is to avoid API Level 25 CTS issues.

Bug: 37646165
Change-Id: I1fec4dc0b7497eb3dafb9c2f704bb02b8ecde1a9

core/res/AndroidManifest.xml

index e8d9a0f..2a945fc 100644 (file)
 
     <!-- @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"
+    <permission android:name="com.android.permission.SET_DISPLAY_OFFSET"
         android:protectionLevel="signature|privileged" />
 
     <!-- ================================== -->