Skip to content

Commit dfa8fde

Browse files
committed
krishn 1
1 parent da1a2a5 commit dfa8fde

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@
44
package="com.mrprogrammer.customtoast">
55

66
<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">
7+
>
158
<activity
169
android:name=".MainActivity"
1710
android:exported="true">

0 commit comments

Comments
 (0)