Fix: AlarmManager cancel - add action to Intent for proper alarm cancellation

- Add action to cancelAlarmInternal
- Add action to cancelAllPendingIntentsForUniqueId
- Fix deleted alarms still ringing (주, 석, 야, 기타)
- Bump version to v1.2.2
This commit is contained in:
2026-02-23 12:19:29 +09:00
parent fa4c50a054
commit 6c2dec6cd3
2 changed files with 10 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
{
"versionCode": 1121,
"versionName": "1.2.1",
"apkUrl": "https://git.webpluss.net/sanjeok77/ShiftRing/releases/download/v1.2.1/app.apk",
"changelog": "v1.2.1: 내부 버전 매칭 수정",
"versionCode": 1122,
"versionName": "1.2.2",
"apkUrl": "https://git.webpluss.net/sanjeok77/ShiftRing/releases/download/v1.2.2/app.apk",
"changelog": "v1.2.2: 삭제한 알람이 울리는 버그 수정 - AlarmManager 취소 시 action 누락 문제 해결",
"forceUpdate": false
}