2022-05-09 19:56:05 +02:00
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
2021-09-18 23:37:52 +02:00
|
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
2025-04-28 20:58:59 +02:00
|
|
|
|
|
|
|
|
<application>
|
|
|
|
|
<receiver android:name=".breezy.BreezyWeatherReceiver" android:exported="true">
|
|
|
|
|
<intent-filter>
|
|
|
|
|
<action android:name="nodomain.freeyourgadget.gadgetbridge.ACTION_GENERIC_WEATHER" />
|
|
|
|
|
</intent-filter>
|
|
|
|
|
</receiver>
|
|
|
|
|
</application>
|
2021-09-18 23:37:52 +02:00
|
|
|
</manifest>
|