1
0
Fork 0
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:
Felix Ableitner 2014-05-14 15:15:51 +02:00
parent aa82330c94
commit 95c2f7d98a

View file

@ -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" >