Skip to content

Commit 6e20ac3

Browse files
committed
Temporary lower GET_ACCOUNTS protection level
bug:22550851 Change-Id: If43f10639220f9a69d304b08def6d869658c2960
1 parent b09b84c commit 6e20ac3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/res/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@
10421042
-->
10431043
<permission android:name="android.permission.GET_ACCOUNTS"
10441044
android:permissionGroup="android.permission-group.CONTACTS"
1045-
android:protectionLevel="dangerous"
1045+
android:protectionLevel="normal"
10461046
android:description="@string/permdesc_getAccounts"
10471047
android:label="@string/permlab_getAccounts" />
10481048

0 commit comments

Comments
 (0)