From 38abb03168318f6ac96976f31a198433d8b2edb1 Mon Sep 17 00:00:00 2001 From: kari-ts <135075563+kari-ts@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:28:39 -0800 Subject: [PATCH] android: specify whether or not receivers are exported (#579) 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 7f3cb21..01b7316 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -99,6 +99,14 @@ + + + + + +