We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be28e93 commit 98d0463Copy full SHA for 98d0463
app/src/main/AndroidManifest.xml
@@ -1,6 +1,5 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
- xmlns:tools="http://schemas.android.com/tools">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android">
4
5
<uses-permission
6
android:name="android.permission.READ_EXTERNAL_STORAGE"
@@ -26,8 +25,7 @@
26
25
android:requestLegacyExternalStorage="true"
27
android:roundIcon="@mipmap/ic_launcher_round"
28
android:supportsRtl="true"
29
- android:theme="@style/Theme.MyApplication"
30
- tools:targetApi="31">
+ android:theme="@style/Theme.MyApplication">
31
<activity
32
android:name=".ui.AdvancedSyncSettingsActivity"
33
android:exported="false" />
0 commit comments