Description
Android home screen widget to display current weather alerts from the US
National Weather Service.
You can choose a county or state within the US (or the entire US) and it will
display a list of all of the current weather alerts for that area on the widget.
If there's more than fits, the list scrolls, and you can tap on an alert to open
the full text of the alert. There is an accompanying app which can be used to
configure what area you want and shows the raw feed data if you're really
curious (though that part was mostly there for debugging, and might go away one
of these days now that it all works). It does not currently do audible alerts
(or any alerts), but that's probably coming soon.
Anti-features
Properties of this app that are worth knowing about before installing.
- NonFreeNet
Versions
Permissions
What the app asks the system for. Android only grants sensitive access after you confirm it.
- Internet accessSend and receive data over the internet.
- Run at startupStart automatically after the device is switched on.
- Foreground serviceKeep running in the background, visible in the status bar.
- NotificationsShow notifications.
- Exact alarmsTrigger actions at a precise time.
- FOREGROUND_SERVICE_DATA_SYNC
- nwsweatheralertswidget.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
Comments