Commit 5a8844da authored by Nick Pelly's avatar Nick Pelly
Browse files

NfcService updates for NfcAdapterExtras API change.

(removing registerTearDownApdus(), adding authenticate())

Change-Id: Ie1b0f7f088317ff3e52721158b0e588dfda14ce4
parent 85a8366a
......@@ -1890,17 +1890,8 @@ public class NfcService extends Application {
}
@Override
public void registerTearDownApdus(String packageName, ApduList apdu) throws RemoteException {
public void authenticate(byte[] token) throws RemoteException {
NfcService.enforceNfceeAdminPerm(mContext);
Log.w(TAG, "NOP");
//TODO: Remove this API
}
@Override
public void unregisterTearDownApdus(String packageName) throws RemoteException {
NfcService.enforceNfceeAdminPerm(mContext);
Log.w(TAG, "NOP");
//TODO: Remove this API
}
};
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment