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

Commit 2893700e authored by Peiyong Lin's avatar Peiyong Lin Committed by Android (Google) Code Review
Browse files

Merge "Add DeviceConfig namespace for Game Driver."

parents 936c35dd 31fa8ac9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5092,6 +5092,7 @@ package android.provider {
    method public static void removeOnPropertyChangedListener(android.provider.DeviceConfig.OnPropertyChangedListener);
    method public static void resetToDefaults(int, java.lang.String);
    method public static boolean setProperty(java.lang.String, java.lang.String, java.lang.String, boolean);
    field public static final java.lang.String NAMESPACE_GAME_DRIVER = "game_driver";
    field public static final java.lang.String NAMESPACE_INPUT_NATIVE_BOOT = "input_native_boot";
  }
+7 −0
Original line number Diff line number Diff line
@@ -52,6 +52,13 @@ public final class DeviceConfig {
     */
    public static final Uri CONTENT_URI = Uri.parse("content://" + Settings.AUTHORITY + "/config");

    /**
     * Namespace for all Game Driver features.
     * @hide
     */
    @SystemApi
    public static final String NAMESPACE_GAME_DRIVER = "game_driver";

    /**
     * Namespace for all input-related features that are used at the native level.
     * These features are applied at reboot.