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

Commit 4b8b202c authored by Mathieu Chartier's avatar Mathieu Chartier Committed by Android (Google) Code Review
Browse files

Merge "Add extra docs for RUNTIME_NATIVE"

parents 0fb1f1e0 881c7a9d
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -163,7 +163,8 @@ public final class DeviceConfig {
    public static final String NAMESPACE_NETD_NATIVE = "netd_native";

    /**
     * Namespace for all runtime related features.
     * Namespace for all runtime related features that don't require a reboot to become active.
     * There are no feature flags using NAMESPACE_RUNTIME.
     *
     * @hide
     */
@@ -171,7 +172,9 @@ public final class DeviceConfig {
    public static final String NAMESPACE_RUNTIME = "runtime";

    /**
     * Namespace for all runtime native related features.
     * Namespace for all runtime related features that require system properties for accessing
     * the feature flags from C++ or Java language code. One example is the app image startup
     * cache feature use_app_image_startup_cache.
     *
     * @hide
     */