Loading core/java/android/content/pm/PackageManager.java +9 −0 Original line number Diff line number Diff line Loading @@ -2069,6 +2069,15 @@ public abstract class PackageManager { public static final String FEATURE_HIFI_SENSORS = "android.hardware.sensor.hifi_sensors"; /** * Feature for {@link #getSystemAvailableFeatures} and {@link #hasSystemFeature}: * The device supports a hardware mechanism for invoking an assist gesture. * @see android.provider.Settings.Secure#ASSIST_GESTURE_ENABLED * @hide */ @SdkConstant(SdkConstantType.FEATURE) public static final String FEATURE_ASSIST_GESTURE = "android.hardware.sensor.assist"; /** * Feature for {@link #getSystemAvailableFeatures} and * {@link #hasSystemFeature}: The device has a telephony radio with data Loading Loading
core/java/android/content/pm/PackageManager.java +9 −0 Original line number Diff line number Diff line Loading @@ -2069,6 +2069,15 @@ public abstract class PackageManager { public static final String FEATURE_HIFI_SENSORS = "android.hardware.sensor.hifi_sensors"; /** * Feature for {@link #getSystemAvailableFeatures} and {@link #hasSystemFeature}: * The device supports a hardware mechanism for invoking an assist gesture. * @see android.provider.Settings.Secure#ASSIST_GESTURE_ENABLED * @hide */ @SdkConstant(SdkConstantType.FEATURE) public static final String FEATURE_ASSIST_GESTURE = "android.hardware.sensor.assist"; /** * Feature for {@link #getSystemAvailableFeatures} and * {@link #hasSystemFeature}: The device has a telephony radio with data Loading