Android 8.0+ blocks implicit broadcasts to manifest-registered
receivers. Added ListenerService that dynamically registers the
NtfyReceiver, ensuring LOCATE commands from the ntfy app are
always received. Also handles POST_NOTIFICATIONS permission.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Minimal Android app that receives LOCATE commands via ntfy push
notifications and replies with GPS coordinates + battery level.
Uses WorkManager, FusedLocationProvider, and OkHttp.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>