History log of /frameworks/base/cmds/svc/src/com/android/commands/svc/NfcCommand.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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