Skip to content

Commit

Permalink
remove android:allowBackup="true" from app's manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
cristidregan committed May 29, 2024
1 parent 64e253f commit b867055
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

<application
android:name=".SampleApp"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
Expand Down Expand Up @@ -45,4 +44,4 @@
</intent-filter>
</service>
</application>
</manifest>
</manifest>

0 comments on commit b867055

Please sign in to comment.