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

Commit f688af77 authored by Rachel Lee's avatar Rachel Lee Committed by Android (Google) Code Review
Browse files

Merge "Add DeviceConfig namespace for SurfaceFlinger."

parents e1f29d4b 9be99ed6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9131,6 +9131,7 @@ package android.provider {
    field public static final String NAMESPACE_STATSD_NATIVE_BOOT = "statsd_native_boot";
    field @Deprecated public static final String NAMESPACE_STORAGE = "storage";
    field public static final String NAMESPACE_STORAGE_NATIVE_BOOT = "storage_native_boot";
    field public static final String NAMESPACE_SURFACE_FLINGER_NATIVE_BOOT = "surface_flinger_native_boot";
    field public static final String NAMESPACE_SWCODEC_NATIVE = "swcodec_native";
    field public static final String NAMESPACE_SYSTEMUI = "systemui";
    field public static final String NAMESPACE_SYSTEM_TIME = "system_time";
+10 −0
Original line number Diff line number Diff line
@@ -431,6 +431,16 @@ public final class DeviceConfig {
    @SystemApi
    public static final String NAMESPACE_STORAGE_NATIVE_BOOT = "storage_native_boot";

    /**
     * Namespace for all SurfaceFlinger features that are used at the native level.
     * These features are applied on boot or after reboot.
     *
     * @hide
     */
    @SystemApi
    public static final String NAMESPACE_SURFACE_FLINGER_NATIVE_BOOT =
            "surface_flinger_native_boot";

    /**
     * Namespace for swcodec native related features.
     *