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

Commit a49078e9 authored by Christopher Tate's avatar Christopher Tate Committed by Chris Tate
Browse files

Make SET_TIME_ZONE permission match SET_TIME

That is, SET_TIME_ZONE is now signature|privileged.

Bug 19129180

Test: dumpsys package to verify assignment; clock app works
Change-Id: Id0e16499a00e1f5cfb5bd4d9fb421f93bb283ee1
parent 02e17d27
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1775,12 +1775,12 @@
        android:protectionLevel="signature|privileged" />

    <!-- Allows applications to set the system time zone.
         <p>Protection level: normal
         <p>Not for use by third-party applications.
    -->
    <permission android:name="android.permission.SET_TIME_ZONE"
        android:label="@string/permlab_setTimeZone"
        android:description="@string/permdesc_setTimeZone"
        android:protectionLevel="normal" />
        android:protectionLevel="signature|privileged" />

    <!-- ==================================================== -->
    <!-- Permissions related to changing status bar   -->