Merge "Add feature android.hardware.felica to PM"
This commit is contained in:
committed by
Android (Google) Code Review
commit
4109534bb3
@@ -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