diff options
| author | Jeff Sharkey <jsharkey@google.com> | 2016-04-07 20:08:17 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2016-04-07 20:08:18 +0000 |
| commit | cff102508cf4cf1d2f298ebdba663bd27c458520 (patch) | |
| tree | 4406707bc66e519c6716867531d5b6fa4b46799d /core/java | |
| parent | a01582ac87c3d3f3b25ebe4fdb41f2c058041247 (diff) | |
| parent | e721615f431d0799175ed40a9519edd4f1c355d7 (diff) | |
Merge "Clarify version docs." into nyc-dev
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/content/pm/FeatureInfo.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/content/pm/FeatureInfo.java b/core/java/android/content/pm/FeatureInfo.java index 7671f72cbeac..9ee6fa2431a3 100644 --- a/core/java/android/content/pm/FeatureInfo.java +++ b/core/java/android/content/pm/FeatureInfo.java @@ -48,6 +48,9 @@ public class FeatureInfo implements Parcelable { * <p> * If this object represents a feature requested by an app, this is the * 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; |
