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/src/main
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
..
java/com/tailscale/ipn java/com/tailscale/ipn: run attachPeer on main thread 4 years ago
res android: add quick setting tile support 4 years ago
AndroidManifest.xml AndroidManifest.xml: disable auto-backup of (encrypted) app data 4 years ago
ic_launcher-playstore.png android: use vector drawables for icon, shrink to fit square keylines 4 years ago