We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78f7e8 commit 2b032faCopy full SHA for 2b032fa
app/src/main/AndroidManifest.xml
@@ -63,7 +63,8 @@
63
tools:replace="android:screenOrientation"
64
android:stateNotNeeded="true"/>
65
66
- <receiver android:name="com.bitcoin.merchant.app.application.NetworkStateReceiver">
+ <receiver android:name="com.bitcoin.merchant.app.application.NetworkStateReceiver"
67
+ android:exported="false">
68
<intent-filter>
69
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
70
<action android:name="android.net.wifi.WIFI_STATE_CHANGED" />
0 commit comments