Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31add965 authored by Julius D'souza's avatar Julius D'souza
Browse files

DO NOT MERGE: change SET_DISPLAY_OFFSET namespace to com.android.permission.*

This is to avoid API Level 25 CTS issues.

Bug: 37646165
Change-Id: I1fec4dc0b7497eb3dafb9c2f704bb02b8ecde1a9
parent 5b84ba3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1740,7 +1740,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"
    <permission android:name="com.android.permission.SET_DISPLAY_OFFSET"
        android:protectionLevel="signature|privileged" />

    <!-- ================================== -->