add Contacts permission to play store flavor
This commit is contained in:
parent
d50cd3ae39
commit
38a77455a2
|
@ -1,6 +1,10 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Remove this line if Google Play Store is giving you a hard time -->
|
||||||
|
<uses-permission android:name="android.permission.READ_CONTACTS"/>
|
||||||
|
|
||||||
<application android:icon="@mipmap/new_launcher">
|
<application android:icon="@mipmap/new_launcher">
|
||||||
|
|
||||||
<meta-data
|
<meta-data
|
||||||
|
|
Loading…
Reference in a new issue