Loading nfc/java/android/nfc/cardemulation/HostApduService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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"/> * </service></pre> * * This meta-data tag points to an apduservice.xml file. Loading nfc/java/android/nfc/cardemulation/OffHostApduService.java +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ import android.os.IBinder; * <intent-filter> * <action android:name="android.nfc.cardemulation.action.OFF_HOST_APDU_SERVICE"/> * </intent-filter> * <meta-data android:name="android.nfc.cardemulation.off_host_apdu_ervice" android:resource="@xml/apduservice"/> * <meta-data android:name="android.nfc.cardemulation.off_host_apdu_service" android:resource="@xml/apduservice"/> * </service></pre> * * This meta-data tag points to an apduservice.xml file. Loading Loading
nfc/java/android/nfc/cardemulation/HostApduService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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"/> * </service></pre> * * This meta-data tag points to an apduservice.xml file. Loading
nfc/java/android/nfc/cardemulation/OffHostApduService.java +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ import android.os.IBinder; * <intent-filter> * <action android:name="android.nfc.cardemulation.action.OFF_HOST_APDU_SERVICE"/> * </intent-filter> * <meta-data android:name="android.nfc.cardemulation.off_host_apdu_ervice" android:resource="@xml/apduservice"/> * <meta-data android:name="android.nfc.cardemulation.off_host_apdu_service" android:resource="@xml/apduservice"/> * </service></pre> * * This meta-data tag points to an apduservice.xml file. Loading