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

Commit 34eb38f0 authored by Lucas Silva's avatar Lucas Silva
Browse files

Add intent for communal settings

Bug: 276742740
Test: adb shell am start -a android.settings.COMMUNAL_SETTINGS
Change-Id: Id74d081837a798c1eb3bd70cd42f7de11192327d
parent 844c5aec
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>