Skip to content

Commit 8bc37ac

Browse files
authored
Merge pull request #5 from SPHTech/alert-autofix-1
Potential fix for code scanning alert no. 1: Application backup allowed
2 parents 8ca5359 + df11cc3 commit 8bc37ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<uses-permission android:name="android.permission.INTERNET" />
44

55
<application
6+
android:allowBackup="false"
67
android:icon="@mipmap/ic_launcher"
78
android:label="@string/app_name"
89
android:roundIcon="@mipmap/ic_launcher_round"

0 commit comments

Comments
 (0)