Skip to content

Commit 2b032fa

Browse files
committed
Add another exported attr
1 parent a78f7e8 commit 2b032fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
tools:replace="android:screenOrientation"
6464
android:stateNotNeeded="true"/>
6565

66-
<receiver android:name="com.bitcoin.merchant.app.application.NetworkStateReceiver">
66+
<receiver android:name="com.bitcoin.merchant.app.application.NetworkStateReceiver"
67+
android:exported="false">
6768
<intent-filter>
6869
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
6970
<action android:name="android.net.wifi.WIFI_STATE_CHANGED" />

0 commit comments

Comments
 (0)