summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-07 01:32:40 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-07 01:32:40 +0000
commitfbe03d5b71b03106bae22f14b4dd2d4c421bcc22 (patch)
treea3db0684e103f3d401f4019440b274c59ca43424
parent5b0a86b1f59b6505fd81937f5b36de669fd54994 (diff)
parent656085fc231cf48c64a558b56ec96fb0591fcc5e (diff)
downloadConfigInfrastructure-android14-d1-s3-release.tar.gz
Change-Id: Ibdb652efc388ba017cf9ef24c10e1af0fd2b19cd
-rw-r--r--framework/api/system-current.txt1
-rw-r--r--framework/java/android/provider/DeviceConfig.java8
2 files changed, 9 insertions, 0 deletions
diff --git a/framework/api/system-current.txt b/framework/api/system-current.txt
index 59d66ea..cfe7cf7 100644
--- a/framework/api/system-current.txt
+++ b/framework/api/system-current.txt
@@ -49,6 +49,7 @@ package android.provider {
field public static final String NAMESPACE_CREDENTIAL = "credential_manager";
field @Deprecated public static final String NAMESPACE_DEX_BOOT = "dex_boot";
field public static final String NAMESPACE_DISPLAY_MANAGER = "display_manager";
+ field public static final String NAMESPACE_EDGETPU_NATIVE = "edgetpu_native";
field public static final String NAMESPACE_GAME_DRIVER = "game_driver";
field public static final String NAMESPACE_HDMI_CONTROL = "hdmi_control";
field public static final String NAMESPACE_HEALTH_FITNESS = "health_fitness";
diff --git a/framework/java/android/provider/DeviceConfig.java b/framework/java/android/provider/DeviceConfig.java
index 266a0c5..e9254b9 100644
--- a/framework/java/android/provider/DeviceConfig.java
+++ b/framework/java/android/provider/DeviceConfig.java
@@ -240,6 +240,14 @@ public final class DeviceConfig {
public static final String NAMESPACE_CAPTIVEPORTALLOGIN = "captive_portal_login";
/**
+ * Namespace for all EdgeTpu related features.
+ *
+ * @hide
+ */
+ @SystemApi
+ public static final String NAMESPACE_EDGETPU_NATIVE = "edgetpu_native";
+
+ /**
* Namespace for all HealthFitness related features.
*
* @hide