diff options
author | Christian Schneppe <christian.schneppe@pix-art.de> | 2019-12-08 13:45:44 +0100 |
---|---|---|
committer | Christian Schneppe <christian.schneppe@pix-art.de> | 2019-12-08 13:45:44 +0100 |
commit | ad32a6889b6fd23969eed5e03d9dbe1b02063b1e (patch) | |
tree | bb6e8ca68a6722ee5ceec67f2dc88e20daa99bb0 /src/main | |
parent | 5d5b7010b1177f1b17e8c51a523b81ad209df226 (diff) |
permission compatibility for Android 10
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index 3bf8be676..b821164eb 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -56,11 +56,12 @@ android:label="@string/app_name" android:largeHeap="true" android:networkSecurityConfig="@xml/network_security_configuration" + android:requestLegacyExternalStorage="true" android:supportsRtl="true" android:theme="@style/ConversationsTheme" tools:ignore="GoogleAppIndexingWarning" tools:replace="android:label, android:allowBackup" - tools:targetApi="o"> + tools:targetApi="q"> <meta-data android:name="com.google.android.gms.car.application" |