mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-02-22 12:30:40 +00:00
disallow backup
This commit is contained in:
parent
fd97fc7fef
commit
f087b13d6e
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
|||
<application
|
||||
android:label="@string/app_name"
|
||||
android:name="${applicationName}"
|
||||
android:icon="@mipmap/ic_launcher">
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:allowBackup="false">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:exported="true"
|
||||
|
|
Loading…
Reference in a new issue