History log of /frameworks/base/core/java/android/nfc/IAppCallback.aidl
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5dc487d5888d2bfe7feee102f0753bcbe4464a76 29-Apr-2017 Ruchi Kandoi <kandoiruchi@google.com> Make NFC AIDL callbacks oneway

Test: Read NFC tags, Android Beam
Bug: 32288773
Change-Id: I6294ec29be2af8feb578e9bfd5e0770ad9c09cc0
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
/frameworks/base/core/java/android/nfc/IAppCallback.aidl
fd70bb13678c371b8cf53a416ed90ed69caaae9e 14-Apr-2015 Martijn Coenen <maco@google.com> Expose peer LLCP version in NDEF callbacks.

Change-Id: I98b9a9764b66345f842c1f845c8a386161d965f5
/frameworks/base/core/java/android/nfc/IAppCallback.aidl
5b1e032ea7c06ab11d778264dd950009fcb93cc5 03-Sep-2013 Martijn Coenen <maco@google.com> Reader mode NFC API: move to callback model.

Using intents for reader mode doesn't work well for 2 reasons:
1) Intents are used to resolve, but in reader mode we already
know where to resolve to. Additionally, dispatching an intent
causes additional latency.
2) Using intents with foreground dispatch was tricky; for every
call to onNewIntent() with a new tag, there was a call to
onPause(), which effectively disabled reader mode again,
causing a discovery loop.

Instead, let the app register a callback, and call that when
we discover a new tag. Also, add new flag to disable platform
sounds, and to change the presence check delay.

Bug: 10360259
Change-Id: I8373543d6cf2f7ca73c9b3e42bb8b51e3ac48cac
/frameworks/base/core/java/android/nfc/IAppCallback.aidl