From 0e64680962cf8cfa5132cc64952ee4d38550821f Mon Sep 17 00:00:00 2001 From: kari-ts Date: Tue, 3 Dec 2024 16:57:23 -0800 Subject: [PATCH] android: specify whether or not receivers are exported Per https://developer.android.com/about/versions/14/behavior-changes-14#runtime-receivers-exported, we need to register all receivers. Fixes tailscale/corp#25021 Signed-off-by: kari-ts --- android/src/main/AndroidManifest.xml | 8 ++++++++ android/src/main/java/com/tailscale/ipn/App.kt | 2 +- .../com/tailscale/ipn/mdm/MDMSettingsChangedReceiver.kt | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index 7f3cb217bb..0f1118e0f3 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -99,6 +99,14 @@ + + + + +< /receiver> +