mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-02-22 20:40: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
|
<application
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:name="${applicationName}"
|
android:name="${applicationName}"
|
||||||
android:icon="@mipmap/ic_launcher">
|
android:icon="@mipmap/ic_launcher"
|
||||||
|
android:allowBackup="false">
|
||||||
<activity
|
<activity
|
||||||
android:name=".MainActivity"
|
android:name=".MainActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
|
|
Loading…
Reference in a new issue