Skip to content

Commit

Permalink
- Update android manifest to use exported values
Browse files Browse the repository at this point in the history
  • Loading branch information
dubdabasoduba committed Sep 19, 2024
1 parent 87f412a commit 30fe267
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android/geowidget/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">

<application>
<receiver
tools:replace="android:exported"
android:name="io.ona.kujaku.receivers.KujakuNetworkChangeReceiver"
android:exported="false">
<intent-filter>
Expand Down

0 comments on commit 30fe267

Please sign in to comment.