background_location icon indicating copy to clipboard operation
background_location copied to clipboard

Android: Set "exported" manifest setting to false

Open haukepribnow opened this issue 2 years ago • 0 comments

Sets the Android manifest setting android:exported to false. This seems to ensure that only the "parent" app will be able to interact with the background service - and not any other app.

By interpreting the partially Japanese translation of the original commit message, this seems to be a finding of MobSF.

FYI: I have already applied the same PR to my own repository: https://github.com/haukepribnow/background_location/pull/2

haukepribnow avatar Aug 07 '22 14:08 haukepribnow