Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13500db1 authored by Matías Hernández's avatar Matías Hernández
Browse files

Update Javadoc of ACTION_AUTOMATIC_ZEN_RULE_SETTINGS

Supplying the package name is not necessary because the rule id is globally unique.

Bug: 308673747
Test: N/A, documentation change only.
Change-Id: I28099ba2bc0bb5cb4848db3d93f8c585612cefce
parent b23efa49
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1931,9 +1931,7 @@ public final class Settings {
     * A matching Activity will only be found if
     * {@link NotificationManager#areAutomaticZenRulesUserManaged()} is true.
     * <p>
     * Input: Intent's data URI set with an application name, using the "package" schema (like
     * "package:com.my.app").
     * Input: The id of the rule, provided in {@link #EXTRA_AUTOMATIC_ZEN_RULE_ID}.
     * Input: The id of the rule, provided in the {@link #EXTRA_AUTOMATIC_ZEN_RULE_ID} extra.
     * <p>
     * Output: Nothing.
     */