Skip to content

Commit

Permalink
Merge pull request #163 from haukepribnow/android_manifest_no_export
Browse files Browse the repository at this point in the history
Android: Set "exported" manifest setting to false
  • Loading branch information
Almoullim authored Aug 28, 2022
2 parents a6cf00a + b258772 commit f436d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
android:name=".LocationUpdatesService"
android:foregroundServiceType="location"
android:enabled="true"
android:exported="true"
android:exported="false"
android:permission="" />
</application>
</manifest>

0 comments on commit f436d6b

Please sign in to comment.