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

Commit 27b18cc6 authored by Julius D'souza's avatar Julius D'souza Committed by android-build-merger
Browse files

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

DO NOT MERGE: change SET_DISPLAY_OFFSET namespace to com.android.permission.* This is to avoid API Level 25 CTS issues. am: 31add965
am: a7012053

Change-Id: Ic524f1c10de53d0a9974afc4033c334ad871de4a
parents 52dab83f a7012053
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1803,7 +1803,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" />

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