Add feature android.hardware.felica to PM
Test: manual Change-Id: I91f6336d8b5d8808345240fd4f50d1f38a70a52e (cherry picked from commit e2fd6f76334d48f1f562558aa802e9347c088b00)
This commit is contained in:
@@ -2760,6 +2760,16 @@ public abstract class PackageManager {
|
||||
@SdkConstant(SdkConstantType.FEATURE)
|
||||
public static final String FEATURE_LOCATION_NETWORK = "android.hardware.location.network";
|
||||
|
||||
/**
|
||||
* Feature for {@link #getSystemAvailableFeatures} and
|
||||
* {@link #hasSystemFeature}: The device supports FeliCa communication, which is based on
|
||||
* ISO/IEC 18092 and JIS X 6319-4.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@SdkConstant(SdkConstantType.FEATURE)
|
||||
public static final String FEATURE_FELICA = "android.hardware.felica";
|
||||
|
||||
/**
|
||||
* Feature for {@link #getSystemAvailableFeatures} and
|
||||
* {@link #hasSystemFeature}: The device's
|
||||
|
||||
Reference in New Issue
Block a user