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

Commit 43791354 authored by Julius D'souza's avatar Julius D'souza Committed by Android (Google) Code Review
Browse files

Merge "Remove the development privelege level from SET_DISPLAY_OFFSET."

parents e5c8b231 8e9ea907
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1881,7 +1881,7 @@
    <!-- @hide Allows an application to set display offsets for the screen.
    <!-- @hide Allows an application to set display offsets for the screen.
         This permission is not available to third party applications. -->
         This permission is not available to third party applications. -->
    <permission android:name="android.permission.SET_DISPLAY_OFFSET"
    <permission android:name="android.permission.SET_DISPLAY_OFFSET"
        android:protectionLevel="signature|privileged|development" />
        android:protectionLevel="signature|privileged" />


    <!-- ================================== -->
    <!-- ================================== -->
    <!-- Permissions affecting the system wallpaper -->
    <!-- Permissions affecting the system wallpaper -->