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

Commit a508bf8b authored by Svet Ganov's avatar Svet Ganov
Browse files

Revert get accounts permission to normal for now

Change-Id: I51efe557b69a50d85dc53ba7a1622b7bafc301e6
parent ff81025a
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" />