Merge "Clarify version docs." into nyc-dev

am: cff1025

* commit 'cff102508cf4cf1d2f298ebdba663bd27c458520':
  Clarify version docs.

Change-Id: I78c60a6a8f83c211eca854e2b1b56afbabc8e07b
This commit is contained in:
Jeff Sharkey
2016-04-07 20:15:31 +00:00
committed by android-build-merger

View File

@@ -48,6 +48,9 @@ public class FeatureInfo implements Parcelable {
* <p> * <p>
* If this object represents a feature requested by an app, this is the * If this object represents a feature requested by an app, this is the
* minimum version of the feature required by the app. * minimum version of the feature required by the app.
* <p>
* When a feature version is undefined by a device, it's assumed to be
* version 0.
*/ */
public int version; public int version;