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 da1a2a5 commit dfa8fdeCopy full SHA for dfa8fde
app/src/main/AndroidManifest.xml
@@ -4,14 +4,7 @@
4
package="com.mrprogrammer.customtoast">
5
6
<application
7
- android:allowBackup="true"
8
- android:dataExtractionRules="@xml/data_extraction_rules"
9
- android:fullBackupContent="@xml/backup_rules"
10
- android:icon="@mipmap/ic_launcher"
11
- android:label="@string/app_name"
12
- android:roundIcon="@mipmap/ic_launcher_round"
13
- android:supportsRtl="true"
14
- tools:targetApi="31">
+ >
15
<activity
16
android:name=".MainActivity"
17
android:exported="true">
0 commit comments