am 45ca531e: Merge "Adding stepcounter & stepdetector feature strings." into klp-dev
* commit '45ca531e77c6f12062bfa7f3e369172582caebe6': Adding stepcounter & stepdetector feature strings.
This commit is contained in:
@@ -7304,6 +7304,8 @@ package android.content.pm {
|
||||
field public static final java.lang.String FEATURE_SENSOR_GYROSCOPE = "android.hardware.sensor.gyroscope";
|
||||
field public static final java.lang.String FEATURE_SENSOR_LIGHT = "android.hardware.sensor.light";
|
||||
field public static final java.lang.String FEATURE_SENSOR_PROXIMITY = "android.hardware.sensor.proximity";
|
||||
field public static final java.lang.String FEATURE_SENSOR_STEP_COUNTER = "android.hardware.sensor.stepcounter";
|
||||
field public static final java.lang.String FEATURE_SENSOR_STEP_DETECTOR = "android.hardware.sensor.stepdetector";
|
||||
field public static final java.lang.String FEATURE_SIP = "android.software.sip";
|
||||
field public static final java.lang.String FEATURE_SIP_VOIP = "android.software.sip.voip";
|
||||
field public static final java.lang.String FEATURE_TELEPHONY = "android.hardware.telephony";
|
||||
|
||||
@@ -1024,6 +1024,20 @@ public abstract class PackageManager {
|
||||
@SdkConstant(SdkConstantType.FEATURE)
|
||||
public static final String FEATURE_SENSOR_PROXIMITY = "android.hardware.sensor.proximity";
|
||||
|
||||
/**
|
||||
* Feature for {@link #getSystemAvailableFeatures} and
|
||||
* {@link #hasSystemFeature}: The device includes a hardware step counter.
|
||||
*/
|
||||
@SdkConstant(SdkConstantType.FEATURE)
|
||||
public static final String FEATURE_SENSOR_STEP_COUNTER = "android.hardware.sensor.stepcounter";
|
||||
|
||||
/**
|
||||
* Feature for {@link #getSystemAvailableFeatures} and
|
||||
* {@link #hasSystemFeature}: The device includes a hardware step detector.
|
||||
*/
|
||||
@SdkConstant(SdkConstantType.FEATURE)
|
||||
public static final String FEATURE_SENSOR_STEP_DETECTOR = "android.hardware.sensor.stepdetector";
|
||||
|
||||
/**
|
||||
* Feature for {@link #getSystemAvailableFeatures} and
|
||||
* {@link #hasSystemFeature}: The device has a telephony radio with data
|
||||
@@ -3186,7 +3200,7 @@ public abstract class PackageManager {
|
||||
/**
|
||||
* Returns the device identity that verifiers can use to associate their scheme to a particular
|
||||
* device. This should not be used by anything other than a package verifier.
|
||||
*
|
||||
*
|
||||
* @return identity that uniquely identifies current device
|
||||
* @hide
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user