Adding a feature definition for touchscreens that was overlooked in the last
round. Change-Id: I8f30676a7b468a9868503b05f366709d5534a44e
This commit is contained in:
@@ -736,6 +736,14 @@ public abstract class PackageManager {
|
||||
@SdkConstant(SdkConstantType.FEATURE)
|
||||
public static final String FEATURE_TELEPHONY_GSM = "android.hardware.telephony.gsm";
|
||||
|
||||
/**
|
||||
* Feature for {@link #getSystemAvailableFeatures} and
|
||||
* {@link #hasSystemFeature}: The device's display has a touch screen.
|
||||
*/
|
||||
@SdkConstant(SdkConstantType.FEATURE)
|
||||
public static final String FEATURE_TOUCHSCREEN = "android.hardware.touchscreen";
|
||||
|
||||
|
||||
/**
|
||||
* Feature for {@link #getSystemAvailableFeatures} and
|
||||
* {@link #hasSystemFeature}: The device's touch screen supports
|
||||
|
||||
Reference in New Issue
Block a user