mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-25 22:01:16 +00:00
Do not allow backup.
Data folder contains private key, so one could imitate this node with the backed up key.
This commit is contained in:
parent
aa82330c94
commit
95c2f7d98a
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
|
||||
<application
|
||||
android:allowBackup="false"
|
||||
android:label="@string/app_name"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:theme="@android:style/Theme.Holo" >
|
||||
|
|
Loading…
Reference in a new issue