From e721615f431d0799175ed40a9519edd4f1c355d7 Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Thu, 7 Apr 2016 14:07:10 -0600 Subject: [PATCH] Clarify version docs. Change-Id: I64cc9e5e51f12d33e770e73734efd89df20c8504 --- core/java/android/content/pm/FeatureInfo.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/java/android/content/pm/FeatureInfo.java b/core/java/android/content/pm/FeatureInfo.java index 7671f72cbeacc..9ee6fa2431a3d 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 { *

* If this object represents a feature requested by an app, this is the * minimum version of the feature required by the app. + *

+ * When a feature version is undefined by a device, it's assumed to be + * version 0. */ public int version;