add Contacts permission to play store flavor

Daniel Gultsch created

Change summary

src/playstore/AndroidManifest.xml | 4 ++++
1 file changed, 4 insertions(+)

Detailed changes

src/playstore/AndroidManifest.xml 🔗

@@ -1,6 +1,10 @@
 <?xml version="1.0" encoding="utf-8"?>
 <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">
 
         <meta-data