Merge "Add a separate namespace for Tethering module." am: 8f2ec1df33
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1873993 Change-Id: I40b46c186f26bb609d8c21df512a60f399f3ef40
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user