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

Commit a2b8c401 authored by Darrell Shi's avatar Darrell Shi Committed by Android (Google) Code Review
Browse files

Merge "Add FEATURE_DREAM_OVERLAY feature flag."

parents 04832954 40330dfe
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -4064,6 +4064,15 @@ public abstract class PackageManager {
    @TestApi
    public static final String FEATURE_COMMUNAL_MODE = "android.software.communal_mode";

    /**
     * Feature for {@link #getSystemAvailableFeatures} and {@link #hasSystemFeature}: The device
     * supports dream overlay feature, which is an informational layer shown on top of dreams.
     *
     * @hide
     */
    @SdkConstant(SdkConstantType.FEATURE)
    public static final String FEATURE_DREAM_OVERLAY = "android.software.dream_overlay";

    /** @hide */
    public static final boolean APP_ENUMERATION_ENABLED_BY_DEFAULT = true;