AlarmReceiver was calling startActivity() directly, which Android 10+ blocks from background. Now delegates to AlarmRingService which uses a foreground notification with full-screen intent. Removed duplicate sound/vibration from AlarmActivity (service owns playback). Removed all vibration code and VIBRATE permission. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| build.gradle.kts | ||
| proguard-rules.pro | ||