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

Commit b5956636 authored by Binh Nguyen's avatar Binh Nguyen Committed by Android (Google) Code Review
Browse files

Merge "Add DeviceConfig namespace for Supplemental API"

parents 49e268d2 a3b6f301
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9982,6 +9982,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_SUPPLEMENTAL_API = "supplemental_api";
    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";
+7 −0
Original line number Diff line number Diff line
@@ -463,6 +463,13 @@ public final class DeviceConfig {
    @SystemApi
    public static final String NAMESPACE_STORAGE_NATIVE_BOOT = "storage_native_boot";

    /**
     * Namespace for all Supplemental Api related features.
     * @hide
     */
    @SystemApi
    public static final String NAMESPACE_SUPPLEMENTAL_API = "supplemental_api";

    /**
     * Namespace for all SurfaceFlinger features that are used at the native level.
     * These features are applied on boot or after reboot.