Reduce permission footprint:
- Remove ACCESS_FINE_LOCATION (coarse-only location; GPS fix is snapped to nearest city anyway).
- Strip ACCESS_NETWORK_STATE (injected transitively by androidx.work but unused).
- ACCESS_NOTIFICATION_POLICY retained for the persistent lock-screen notification (DND bypass).