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:
José Rebelo
2026-01-15 23:11:27 +00:00
parent 1a50b85b7e
commit 367ce236a1
2 changed files with 1 additions and 11 deletions
+1 -1
View File
@@ -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>