1
0
Fork 0
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:
Simon Frei 2022-12-03 21:27:20 +01:00 committed by GitHub
parent 67c22eaec5
commit 2a2e8a7f0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" />