• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

frameworks/base


Commit MetaInfo

修订版61ae88e54cbc42391bc526bd686ec71793670f9b (tree)
时间2011-09-10 08:27:36
作者android-merger <android-build@andr...>
Commiterandroid-merger

Log Message

missed part of https://android-git.corp.google.com/g/#/c/104540/

Change-Id: I0da6d5bd860b1fe9df76b9df372e4ad9ab6e7202

更改概述

差异

--- a/core/java/android/nfc/INfcAdapterExtras.aidl
+++ b/core/java/android/nfc/INfcAdapterExtras.aidl
@@ -16,6 +16,7 @@
1616
1717 package android.nfc;
1818
19+import android.nfc.ApduList;
1920 import android.os.Bundle;
2021
2122
@@ -28,5 +29,6 @@ interface INfcAdapterExtras {
2829 Bundle transceive(in byte[] data_in);
2930 int getCardEmulationRoute();
3031 void setCardEmulationRoute(int route);
31- void authenticate(in byte[] token);
32+ void registerTearDownApdus(String packageName, in ApduList apdu);
33+ void unregisterTearDownApdus(String packageName);
3234 }