diff options
author | Martijn Coenen <maco@google.com> | 2015-06-10 08:49:02 +0200 |
---|---|---|
committer | Martijn Coenen <maco@google.com> | 2015-06-10 08:49:02 +0200 |
commit | bdc34b8440d1c79fcdb4e075137a528abd630cf5 (patch) | |
tree | f2c35049c09b0bc4658de7c822aca943d1797fef /api/current.txt | |
parent | 0d8513adcacbbbc88b5228ad6fca12a38c721fce (diff) | |
download | frameworks_base-bdc34b8440d1c79fcdb4e075137a528abd630cf5.zip frameworks_base-bdc34b8440d1c79fcdb4e075137a528abd630cf5.tar.gz frameworks_base-bdc34b8440d1c79fcdb4e075137a528abd630cf5.tar.bz2 |
Make peer LLCP version an int.
And split major/minor.
Bug: 21343778
Change-Id: Ie9f0ecc9172849d3b088a0c1ce6d872b2f607919
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index e1c83e5..3f35e08 100644 --- a/api/current.txt +++ b/api/current.txt @@ -19642,7 +19642,8 @@ package android.nfc { public final class NfcEvent { field public final android.nfc.NfcAdapter nfcAdapter; - field public final byte peerLlcpVersion; + field public final int peerLlcpMajorVersion; + field public final int peerLlcpMinorVersion; } public final class NfcManager { |