Skip to content
Snippets Groups Projects
Commit 8f2ec1df authored by Xiao Ma's avatar Xiao Ma Committed by Gerrit Code Review
Browse files

Merge "Add a separate namespace for Tethering module."

parents bce40e7c f9335d95
No related branches found
No related tags found
No related merge requests found
......@@ -9187,6 +9187,7 @@ package android.provider {
field public static final String NAMESPACE_SYSTEMUI = "systemui";
field public static final String NAMESPACE_SYSTEM_TIME = "system_time";
field public static final String NAMESPACE_TELEPHONY = "telephony";
field public static final String NAMESPACE_TETHERING = "tethering";
field public static final String NAMESPACE_TEXTCLASSIFIER = "textclassifier";
field public static final String NAMESPACE_WINDOW_MANAGER_NATIVE_BOOT = "window_manager_native_boot";
}
......@@ -188,6 +188,14 @@ public final class DeviceConfig {
@SystemApi
public static final String NAMESPACE_CAPTIVEPORTALLOGIN = "captive_portal_login";
/**
* Namespace for Tethering module.
*
* @hide
*/
@SystemApi
public static final String NAMESPACE_TETHERING = "tethering";
/**
* Namespace for content capture feature used by on-device machine intelligence
* to provide suggestions in a privacy-safe manner.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment