Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7ade398 authored by Steve Pomeroy's avatar Steve Pomeroy
Browse files

Clarify PackageManager.FEATURE_NFC's description

Flag: EXEMPT documentation
Bug: 408269369
Test: n/a documentation only
Change-Id: I217a11d803e051448f5b90a0dba9c06173446f8b
parent 17559edb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3471,7 +3471,7 @@ public abstract class PackageManager {
    /**
     * Feature for {@link #getSystemAvailableFeatures} and
     * {@link #hasSystemFeature}: The device can communicate using Near-Field
     * Communications (NFC).
     * Communications (NFC), acting as a reader.
     */
    @SdkConstant(SdkConstantType.FEATURE)
    public static final String FEATURE_NFC = "android.hardware.nfc";