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

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

Merge "Add new Intent category for hub mode."

parents e3b4cc5a c0c0a0c6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -4917,6 +4917,12 @@ public class Intent implements Parcelable, Cloneable {
     */
    @SdkConstant(SdkConstantType.INTENT_CATEGORY)
    public static final String CATEGORY_CAR_LAUNCHER = "android.intent.category.CAR_LAUNCHER";
    /**
     * Used to indicate that the activity can be used in communal mode.
     * @hide
     */
    @SdkConstant(SdkConstantType.INTENT_CATEGORY)
    public static final String CATEGORY_COMMUNAL_MODE = "android.intent.category.COMMUNAL_MODE";
    /**
     * Indicates a Leanback settings activity to be displayed in the Leanback launcher.
     * @hide