mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 01:48:25 +03:00
android:allowBackup false
This commit is contained in:
parent
2fda7b8011
commit
b157f2085f
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@
|
|||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
|
||||
<uses-permission android:name="com.x8bit.bitwarden.permission.C2D_MESSAGE" />
|
||||
<application android:label="bitwarden" android:theme="@style/BitwardenTheme"></application>
|
||||
<application android:label="bitwarden" android:theme="@style/BitwardenTheme" android:allowBackup="false"></application>
|
||||
</manifest>
|
||||
|
|
Loading…
Reference in a new issue