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

Commit

Permalink
Merge pull request #6 from Aleziii/news
Browse files Browse the repository at this point in the history
added getAccounts permission required for Android 5
  • Loading branch information
EinfachHans authored Jan 30, 2021
2 parents e0bea1c + 3166668 commit 0a3019d
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 0a3019d

Please sign in to comment.