mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Export GenericWeatherReceiver from manifest
This is useful to cache the latest weather when no gadgets are connected, as well as for weather app developers to be able to test their apps without any gadget.
This commit is contained in:
@@ -651,7 +651,7 @@
|
||||
<receiver
|
||||
android:name=".externalevents.GenericWeatherReceiver"
|
||||
android:enabled="true"
|
||||
android:exported="false">
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="nodomain.freeyourgadget.gadgetbridge.ACTION_GENERIC_WEATHER" />
|
||||
</intent-filter>
|
||||
|
||||
Reference in New Issue
Block a user