mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-25 22:01:16 +00:00
Declare start/stop intents as exported (#1872)
This commit is contained in:
parent
67c22eaec5
commit
2a2e8a7f0d
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@
|
|||
</receiver>
|
||||
<receiver android:name=".receiver.AppConfigReceiver"
|
||||
tools:ignore="ExportedReceiver"
|
||||
android:exported="false">
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="com.nutomic.syncthingandroid.action.START" />
|
||||
<action android:name="com.nutomic.syncthingandroid.action.STOP" />
|
||||
|
|
Loading…
Reference in a new issue