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

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

DO NOT MERGE: Remove the development privelege level from SET_DISPLAY_OFFSET.

am: 0a8ecc68

Change-Id: I262e7497e9256f708847ba7c767f202c91aa1739
parents 3c6d6f53 0a8ecc68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1743,7 +1743,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 -->