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

Commit 6cbf7928 authored by Svet Ganov's avatar Svet Ganov Committed by Android (Google) Code Review
Browse files

Merge "Revert get accounts permission to normal for now" into mnc-dev

parents 7c5b5f71 a508bf8b
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" />