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

Commit 40330dfe authored by Darrell Shi's avatar Darrell Shi
Browse files

Add FEATURE_DREAM_OVERLAY feature flag.

Bug: 213235276
Test: manual
Change-Id: I4228861e7bcb80274df1b2200bcebc56cb8f680f
parent bd4a9f58
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;