diff options
| author | Jeff Sharkey <jsharkey@android.com> | 2016-04-07 14:07:10 -0600 |
|---|---|---|
| committer | Jeff Sharkey <jsharkey@android.com> | 2016-04-07 14:07:10 -0600 |
| commit | e721615f431d0799175ed40a9519edd4f1c355d7 (patch) | |
| tree | 67b763ebb9d96cff269c2dee13611a2e121baf32 /core/java | |
| parent | 7661a316b43aed875019e288dcf9d2736c706439 (diff) | |
Clarify version docs.
Change-Id: I64cc9e5e51f12d33e770e73734efd89df20c8504
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; |
