Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
added getAccounts permission required for Android 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleziii committed Jan 30, 2021
1 parent e0bea1c commit 3166668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<config-file target="AndroidManifest.xml" parent="/*">
<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.WRITE_CONTACTS" />
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
</config-file>

<source-file src="src/android/ContactsX.java" target-dir="src/de/einfachhans/ContactsX"/>
Expand Down

0 comments on commit 3166668

Please sign in to comment.