add Contacts permission to play store flavor

This commit is contained in:
Daniel Gultsch 2024-02-20 10:25:18 +01:00
parent d50cd3ae39
commit 38a77455a2
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2

View file

@ -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