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

Commit d7493d39 authored by Chris Sarbora's avatar Chris Sarbora Committed by Gerrit Code Review
Browse files

Drop protection level of certain SMS-related system permissions

Change-Id: Id705d4e8e7f8296ca21e4ceb45eae83c90690cb4
parent 1fe36a5b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2566,7 +2566,7 @@
        android:permissionGroup="android.permission-group.MESSAGES"
        android:label="@string/permlab_modifyProtectedSmsList"
        android:description="@string/permdesc_modifyProtectedSmsList"
        android:protectionLevel="signature" />
        android:protectionLevel="signature|system" />

    <!-- Allows an application to receive sms (usually for auth or registration)
         from whitelisted addresses
@@ -2575,7 +2575,7 @@
        android:permissionGroup="android.permission-group.MESSAGES"
        android:label="@string/permlab_receiveProtectedSms"
        android:description="@string/permdesc_receiveProtectedSms"
        android:protectionLevel="signature" />
        android:protectionLevel="signature|system" />

    <!-- Allows an application to broadcast an SMS receipt notification.
         Not for use by third-party applications. -->