Merge "Add hardware feature android.hardware.bluetooth.le" into jb-mr2-dev
This commit is contained in:
@@ -6949,6 +6949,7 @@ package android.content.pm {
|
|||||||
field public static final java.lang.String FEATURE_APP_WIDGETS = "android.software.app_widgets";
|
field public static final java.lang.String FEATURE_APP_WIDGETS = "android.software.app_widgets";
|
||||||
field public static final java.lang.String FEATURE_AUDIO_LOW_LATENCY = "android.hardware.audio.low_latency";
|
field public static final java.lang.String FEATURE_AUDIO_LOW_LATENCY = "android.hardware.audio.low_latency";
|
||||||
field public static final java.lang.String FEATURE_BLUETOOTH = "android.hardware.bluetooth";
|
field public static final java.lang.String FEATURE_BLUETOOTH = "android.hardware.bluetooth";
|
||||||
|
field public static final java.lang.String FEATURE_BLUETOOTH_LE = "android.hardware.bluetooth_le";
|
||||||
field public static final java.lang.String FEATURE_CAMERA = "android.hardware.camera";
|
field public static final java.lang.String FEATURE_CAMERA = "android.hardware.camera";
|
||||||
field public static final java.lang.String FEATURE_CAMERA_ANY = "android.hardware.camera.any";
|
field public static final java.lang.String FEATURE_CAMERA_ANY = "android.hardware.camera.any";
|
||||||
field public static final java.lang.String FEATURE_CAMERA_AUTOFOCUS = "android.hardware.camera.autofocus";
|
field public static final java.lang.String FEATURE_CAMERA_AUTOFOCUS = "android.hardware.camera.autofocus";
|
||||||
|
|||||||
@@ -868,6 +868,14 @@ public abstract class PackageManager {
|
|||||||
@SdkConstant(SdkConstantType.FEATURE)
|
@SdkConstant(SdkConstantType.FEATURE)
|
||||||
public static final String FEATURE_BLUETOOTH = "android.hardware.bluetooth";
|
public static final String FEATURE_BLUETOOTH = "android.hardware.bluetooth";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Feature for {@link #getSystemAvailableFeatures} and
|
||||||
|
* {@link #hasSystemFeature}: The device is capable of communicating with
|
||||||
|
* other devices via Bluetooth Low Energy radio.
|
||||||
|
*/
|
||||||
|
@SdkConstant(SdkConstantType.FEATURE)
|
||||||
|
public static final String FEATURE_BLUETOOTH_LE = "android.hardware.bluetooth_le";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Feature for {@link #getSystemAvailableFeatures} and
|
* Feature for {@link #getSystemAvailableFeatures} and
|
||||||
* {@link #hasSystemFeature}: The device has a camera facing away
|
* {@link #hasSystemFeature}: The device has a camera facing away
|
||||||
|
|||||||
Reference in New Issue
Block a user