History log of /frameworks/base/cmds/svc/src/com/android/commands/svc/NfcCommand.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d3375090aa3694d70d39590f1480ccd9b1eb48ae 14-Jun-2017 Myles Watson <mylesgw@google.com> Simplify NfcCommand and avoid NullPointerExceptions

Test: adb root
adb shell
stop
svc nfc enable
start
svc nfc disable

Change-Id: Ie5170f0525f8830d1d80b5607191ce95e78a55ae
/frameworks/base/cmds/svc/src/com/android/commands/svc/NfcCommand.java
1876583bfbf5ec5f17fedb650eb82c3f52ff4a8f 14-Dec-2016 Tucker Sylvestro <tuckeris@google.com> svc nfc should support watches too

Check for both FEATURE_NFC and FEATURE_NFC_HOST_CARD_EMULATION in the
"svc nfc" command. Watches may only have the latter, but should still
support the nfc enable/disable command.

See b/24532713#comment7 for context.

Bug 32386425

Change-Id: I307798f00728c6b437aebfcf58115af7265e3692
/frameworks/base/cmds/svc/src/com/android/commands/svc/NfcCommand.java
115d2c189a46f535778d9dd0923f703ff2f888fe 16-Feb-2016 Jeff Sharkey <jsharkey@android.com> Add feature versions for devices and apps.

We're starting to see more instances of device features that will
increment separately from the SDK API level, such as camera HAL,
GPU capabilities, Bluetooth, and other hardware standards.

This change adds the ability for device features to specify a
version, which is defined to be backwards compatible. That is, apps
requesting an older version of a feature must continue working on
devices with a newer version of that same feature.

When a version is undefined, we assume the default version "0".

Bug: 27162500
Change-Id: If890bf3f3dbb715e8feb80e7059a0d65618482ea
/frameworks/base/cmds/svc/src/com/android/commands/svc/NfcCommand.java
fe74fb95b91a5d58a8d2d238c525e2f1891ca0c7 14-Sep-2015 Guang Zhu <guangzhu@google.com> extend svc command to control NFC state

Change-Id: I599e4000fa17384089410e63b3150f25aa9458f7
/frameworks/base/cmds/svc/src/com/android/commands/svc/NfcCommand.java