plectrum

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit aa84879b86a4c06c30ab50b82ad5e74afbc74a9b
parent d1a2f5dc5c425acfbc2cbd6dfa8c3b483cc6bde5
Author: gstraube <gstraube@mailbox.org>
Date:   Fri, 18 Aug 2017 18:06:09 +0200

Opt out of backup and restore support

Diffstat:
Mapp/src/main/AndroidManifest.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml @@ -7,7 +7,7 @@ <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <application - android:allowBackup="true" + android:allowBackup="false" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round"