Merge "[Thread] define Thread hardware feature" into main am: 12e71635e8 am: 1023632c88 am: 0414c91c03 am: 1b8bf1a6dc
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2605725 Change-Id: I8eb3347182a8bda56abd5bb4838e863e68effa88 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -12736,6 +12736,7 @@ package android.content.pm {
|
||||
field public static final String FEATURE_TELEPHONY_RADIO_ACCESS = "android.hardware.telephony.radio.access";
|
||||
field public static final String FEATURE_TELEPHONY_SUBSCRIPTION = "android.hardware.telephony.subscription";
|
||||
field @Deprecated public static final String FEATURE_TELEVISION = "android.hardware.type.television";
|
||||
field public static final String FEATURE_THREADNETWORK = "android.hardware.threadnetwork";
|
||||
field public static final String FEATURE_TOUCHSCREEN = "android.hardware.touchscreen";
|
||||
field public static final String FEATURE_TOUCHSCREEN_MULTITOUCH = "android.hardware.touchscreen.multitouch";
|
||||
field public static final String FEATURE_TOUCHSCREEN_MULTITOUCH_DISTINCT = "android.hardware.touchscreen.multitouch.distinct";
|
||||
|
||||
@@ -3663,6 +3663,14 @@ public abstract class PackageManager {
|
||||
public static final String FEATURE_TELEPHONY_SUBSCRIPTION =
|
||||
"android.hardware.telephony.subscription";
|
||||
|
||||
/**
|
||||
* Feature for {@link #getSystemAvailableFeatures} and
|
||||
* {@link #hasSystemFeature}: The device is capable of communicating with
|
||||
* other devices via Thread network.
|
||||
*/
|
||||
@SdkConstant(SdkConstantType.FEATURE)
|
||||
public static final String FEATURE_THREADNETWORK = "android.hardware.threadnetwork";
|
||||
|
||||
/**
|
||||
* Feature for {@link #getSystemAvailableFeatures} and
|
||||
* {@link #hasSystemFeature}: The device is capable of communicating with
|
||||
|
||||
Reference in New Issue
Block a user