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

Commit b22d99ad authored by Lucas Silva's avatar Lucas Silva Committed by Android (Google) Code Review
Browse files

Merge "Add intent for communal settings" into udc-dev

parents 8a0f1b45 34eb38f0
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -1747,6 +1747,21 @@ public final class Settings {
    @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
    public static final String ACTION_DREAM_SETTINGS = "android.settings.DREAM_SETTINGS";
    /**
     * Activity Action: Show Communal settings.
     * <p>
     * In some cases, a matching Activity may not exist, so ensure you
     * safeguard against this.
     * <p>
     * Input: Nothing.
     * <p>
     * Output: Nothing.
     *
     * @hide
     */
    @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
    public static final String ACTION_COMMUNAL_SETTING = "android.settings.COMMUNAL_SETTINGS";
    /**
     * Activity Action: Show Notification assistant settings.
     * <p>