Almoullim / background_location

Flutter background location plugin for Android and iOS
https://pub.dev/packages/background_location
Other
224 stars 236 forks source link

Android: Set "exported" manifest setting to false #163

Closed haukepribnow closed 2 years ago

haukepribnow commented 2 years ago

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_