You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale-android/android
Elias Naur 6eeb9d8ac4 AndroidManifest.xml: disable auto-backup of (encrypted) app data
Android 6.0 and later automatically backs up app data and allow the user
to restore it when setting up a new device. Unfortunately, the app data
is encrypted with a device specific master key, rendering the data
unreadable on the second device.

Apply the allowBackup=false hammer since we only store device-specific
(logs) and sensitive (private keys, authentication tokens) data for now.

Fixes tailscale/tailscale#732

Signed-off-by: Elias Naur <mail@eliasnaur.com>
4 years ago
..
gradle/wrapper all: initial commit 4 years ago
src/main AndroidManifest.xml: disable auto-backup of (encrypted) app data 4 years ago
build.gradle android: bump version code 4 years ago
gradle.properties all: initial commit 4 years ago
gradlew all: initial commit 4 years ago
gradlew.bat all: initial commit 4 years ago