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

Commit 4db37c84 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Clarify PackageManager.FEATURE_NFC's description" into main

parents 0a7ab7a8 c7ade398
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";