次の方法で共有


Settings.ActionAutomaticZenRuleSettings Field

Definition

Activity Action: Shows the settings page for an AutomaticZenRule mode.

[Android.Runtime.Register("ACTION_AUTOMATIC_ZEN_RULE_SETTINGS", ApiSince=35)]
public const string ActionAutomaticZenRuleSettings;
[<Android.Runtime.Register("ACTION_AUTOMATIC_ZEN_RULE_SETTINGS", ApiSince=35)>]
val mutable ActionAutomaticZenRuleSettings : string

Field Value

Attributes

Remarks

Activity Action: Shows the settings page for an AutomaticZenRule mode.

Users can change the behavior of the mode when it's activated and access the owning app's additional configuration screen, where triggering criteria can be modified (see AutomaticZenRule#setConfigurationActivity(ComponentName)).

A matching Activity will only be found if NotificationManager#areAutomaticZenRulesUserManaged() is true.

Input: The id of the rule, provided in the #EXTRA_AUTOMATIC_ZEN_RULE_ID extra.

Output: Nothing.

Java documentation for android.provider.Settings.ACTION_AUTOMATIC_ZEN_RULE_SETTINGS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to