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

Commit 0a8ecc68 authored by Julius D'souza's avatar Julius D'souza
Browse files

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

Bug: 36515029
Test: the build still works.
Change-Id: I39ae2c55b6b2b0d6547f75f4ef06e62e3e5f0b84
(cherry picked from commit 8e9ea907)
parent 9e3c9eeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1741,7 +1741,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 -->