Loading core/java/android/content/pm/PackageManager.java +10 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
core/java/android/content/pm/PackageManager.java +10 −0 Original line number Diff line number Diff line Loading @@ -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 Loading