From 0dec9c95e1c16179f5c4226b1b46931687a7f58b Mon Sep 17 00:00:00 2001 From: LucasMZ Date: Sat, 31 May 2025 14:35:13 -0300 Subject: [PATCH] android: be stricter about system backups we should also exclude D2D because it results in a broken store probably due to KeyStore Fixes #https://github.com/tailscale/tailscale/issues/732 Signed-off-by: LucasMZ --- android/src/main/AndroidManifest.xml | 2 ++ android/src/main/res/xml/backup_rules.xml | 9 +++++++++ .../main/res/xml/data_extraction_rules.xml | 20 +++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 android/src/main/res/xml/backup_rules.xml create mode 100644 android/src/main/res/xml/data_extraction_rules.xml diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index 92cb0dea41..9633e2b2bd 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -32,6 +32,8 @@ + + + + + + + + \ No newline at end of file diff --git a/android/src/main/res/xml/data_extraction_rules.xml b/android/src/main/res/xml/data_extraction_rules.xml new file mode 100644 index 0000000000..63dca248e6 --- /dev/null +++ b/android/src/main/res/xml/data_extraction_rules.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file