- The temporary “alarm” dismissal specification in the stock Android “Clock” app has reportedly been improved for daily recurring alarms.
- Analysis of the Android “Clock” app v8.6 update reveals new resource code that implements a control feature to block the dismissal of alarms set for more than 24 hours in the future.
- This is a preventive measure against unintended actions, accounting for the various ways users configure their alarms.
It appears that the temporary “alarm” dismissal specification in the stock Android “Clock” app—primarily used on devices like the Google Pixel—has been improved for daily recurring alarms.
This was revealed through an “app analysis.”
「アプリ解析」
当サイトの「アプリ解析」カテゴリで公開している記事では、Google の最新 Android アプリを逆コンパイルして独自に解析し、発見した今後実装される可能性のある新機能や変更点などをお届けします。正式リリース前の新機能や変更となるため開発段階の未確定な情報も含まれますが、Android アプリの今後のアップデート動向をいち早くキャッチできる、ほかにはない当サイトオリジナルコンテンツです。
By analyzing the app files from the Android “Clock” app v8.6 update released on Wednesday, March 18, 2026, we confirmed the addition of resource code for a control feature that blocks the dismissal of alarms set for more than 24 hours in the future. It is important to note, however, that this control feature is not intended to block standard alarm dismissals directly on the Android device.
<string name="alarm_cant_be_dismissed_still_more_than_24_hours_away">You can't dismiss an alarm that is more than 24 hours away.</string>
<string name="alarm_cant_be_dismissed_still_more_than_24_hours_away">24時間以上先の予定のアラームは解除できません。</string>
For example, suppose you have an alarm set for 7:00 AM every weekday, and on a Friday night, you tell “Gemini” to “skip the next alarm.” Previously, this would have allowed you to dismiss the next alarm (the one for Monday at 7:00 AM), which is more than 24 hours away. With this change, the system will now display or announce that “You can’t dismiss an alarm that is more than 24 hours away,” effectively blocking the dismissal.
In short, this control feature that blocks the dismissal of alarms set more than 24 hours in advance is a safeguard against unintended operation, accounting for the various ways users manage their diverse alarm settings.
“Clock” App Link






コメントを残す