Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70c543ab authored by Mark Harman's avatar Mark Harman Committed by Mohammed Althaf T
Browse files

Add comment for RECEIVER_NOT_EXPORTED warning.

parent e9af94ec
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -272,6 +272,8 @@ public class BluetoothRemoteControl {
                main_activity.registerReceiver(remoteControlCommandReceiver, makeRemoteCommandIntentFilter(), RECEIVER_NOT_EXPORTED);
            }
            else {
                // n.b., this gets an Android lint warning, even though this can only be fixed for TIRAMISU onwards (as
                // RECEIVER_NOT_EXPORTED not available on older versions)!
                main_activity.registerReceiver(remoteControlCommandReceiver, makeRemoteCommandIntentFilter());
            }
        }