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

Commit 443c2cdd authored by Canyie Shi's avatar Canyie Shi
Browse files

nfc(api): Fix HCE services metadata name in javadoc.

Test: N/A only javadoc update
Change-Id: Icb8fc7058f579609fa43cd3e1b71adc6b63bec2f
parent 1bf8d3aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ import java.util.List;
 *     <intent-filter>
 *         <action android:name="android.nfc.cardemulation.action.HOST_APDU_SERVICE"/>
 *     </intent-filter>
 *     <meta-data android:name="android.nfc.cardemulation.host_apdu_ervice" android:resource="@xml/apduservice"/>
 *     <meta-data android:name="android.nfc.cardemulation.host_apdu_service" android:resource="@xml/apduservice"/>
 * &lt;/service&gt;</pre>
 *
 * This meta-data tag points to an apduservice.xml file.
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ import android.os.IBinder;
 *     &lt;intent-filter&gt;
 *         &lt;action android:name="android.nfc.cardemulation.action.OFF_HOST_APDU_SERVICE"/&gt;
 *     &lt;/intent-filter&gt;
 *     &lt;meta-data android:name="android.nfc.cardemulation.off_host_apdu_ervice" android:resource="@xml/apduservice"/&gt;
 *     &lt;meta-data android:name="android.nfc.cardemulation.off_host_apdu_service" android:resource="@xml/apduservice"/&gt;
 * &lt;/service&gt;</pre>
 *
 * This meta-data tag points to an apduservice.xml file.