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

Commit a9f79160 authored by Svet Ganov's avatar Svet Ganov Committed by Android Git Automerger
Browse files

am 6cbf7928: Merge "Revert get accounts permission to normal for now" into mnc-dev

* commit '6cbf7928':
  Revert get accounts permission to normal for now
parents a5de0eb5 6cbf7928
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1034,11 +1034,11 @@
        android:priority="1000" />

    <!-- Allows access to the list of accounts in the Accounts Service.
        <p>Protection level: dangerous
        <p>Protection level: normal
    -->
    <permission android:name="android.permission.GET_ACCOUNTS"
        android:permissionGroup="android.permission-group.CONTACTS"
        android:protectionLevel="dangerous"
        android:protectionLevel="normal"
        android:description="@string/permdesc_getAccounts"
        android:label="@string/permlab_getAccounts" />