From 2b43fc4786731dada4b3fabcd2700ea7ff7c3380 Mon Sep 17 00:00:00 2001 From: pacien Date: Wed, 16 Sep 2020 07:37:15 +0200 Subject: app: set target api to 30 (Android 11) The following works from API 21 to 30 (included): * creating a new network configuration * private key encryption and decryption * communication between apps and the tinc daemon * communication between tinc daemon and the internet --- app/src/main/AndroidManifest.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'app/src') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index bf5c540..c86ec8f 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -32,7 +32,6 @@ android:allowBackup="false" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" - android:requestLegacyExternalStorage="true" android:supportsRtl="true" android:theme="@style/AppTheme" tools:ignore="GoogleAppIndexingWarning"> -- cgit v1.2.3