自 2025 年 3 月 27 日起,我们建议您使用 android-latest-release
而非 aosp-main
构建 AOSP 并为其做出贡献。如需了解详情,请参阅 AOSP 的变更。
勿扰
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
Android 7.0 支持以下勿扰 (DND) 配置。
第三方自动规则
第三方应用可以使用 DND Access API 控制 DND 规则:
- 应用可以导出并列出自定义 DND 规则,这些规则在 DND 设置中显示在内置 Android DND 规则的旁边。
- 用户可以访问所有规则(包括自动规则和手动创建的规则)的所有 DND 控件。
- Android 平台可以实现来自不同来源的 DND 规则,而不会产生意外状态。
控制闹钟
启用 DND 模式后,Android 设置界面会向用户显示可配置的选项:
- DND 结束条件作为下次闹钟响铃时间。允许用户将 DND 结束条件设为闹钟。仅当闹钟设置时间位于从现在起的一周内,并且闹钟属于的星期几与今天属于的星期几不一样时才会出现。(自动规则不支持。)
- 闹钟响铃时间可覆盖结束时间。允许用户将 DND 结束条件设为特定时间或下次闹钟响铃时间(以先发生者为准)。
抑制视觉干扰
Android 设置界面会向用户显示抑制视觉干扰(例如提醒通知、全屏 intent、主动显示和 LED 通知指示灯)的选项。
自定义 DND 设置
自定义设置时,OEM 必须保留系统 API 的 AOSP 行为并维持 DND 设置的行为。具体而言,系统设置中的 DND 设置页面必须包括以下内容:
- 应用提供的 DND 规则。这些自动 DND 规则必须包含“添加规则”菜单中的有效规则实例和规则详情。
- 预加载的应用 DND 规则。OEM 可以提供在最终用户手动创建的规则旁边显示的 DND 规则。
如需详细了解新的 DND API,请参阅 android.service.notification
参考文档。
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-27。
[null,null,["最后更新时间 (UTC):2025-07-27。"],[],[],null,["# Do not disturb\n\nAndroid 7.0 supports the following do not disturb (DND) configurations.\n\nThird-party automatic rules\n---------------------------\n\nThird-party applications can use the DND Access API to control DND rules:\n\n- **Applications** can export and list custom DND rules, which appear next to built-in Android DND rules in the DND settings.\n- **Users** can access all DND controls for all rules (both automatic and manually-created).\n- The **platform** can implement DND rules from different sources without creating unexpected states.\n\nControl alarms\n--------------\n\nWhen DND mode is enabled, the Android settings UI presents user options for\nconfiguring:\n\n- **DND end condition as next alarm time** . Enables user to set the DND end condition to an alarm. Appears only if an alarm is set for a time within a week from now *and* the day of the week for that alarm is *not* the same day of the week as today. (Not supported for automatic rules.)\n- **Alarm can override end time**. Enables users to configure the DND end condition as a specific time or next alarm (whichever comes first).\n\nSuppress visual distractions\n----------------------------\n\nThe Android settings UI presents user options for suppressing visual\ndistractions such as heads up notifications, fullscreen intents, ambient\ndisplay, and LED notification lights.\n\nCustomize DND settings\n----------------------\n\nWhen customizing settings, OEMs must preserve the AOSP behavior of the system\nAPIs and maintain the behavior of DND settings. Specifically, the DND settings\npage in system settings must include the following:\n\n- **Application-provided DND rules**. These automated DND rules must include active rules instances and rule listings in the Add Rule menu.\n- **Pre-loaded application DND rules**. OEMs can provide DND rules that appear next to end user manually-created rules.\n\nFor details on new DND APIs, refer to\n[android.service.notification](https://developer.android.com/reference/android/service/notification/package-summary.html)\nreference documentation."]]