OSDN Git Service

Clarify version docs.
authorJeff Sharkey <jsharkey@android.com>
Thu, 7 Apr 2016 20:07:10 +0000 (14:07 -0600)
committerJeff Sharkey <jsharkey@android.com>
Thu, 7 Apr 2016 20:07:10 +0000 (14:07 -0600)
Change-Id: I64cc9e5e51f12d33e770e73734efd89df20c8504

core/java/android/content/pm/FeatureInfo.java

index 7671f72..9ee6fa2 100644 (file)
@@ -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;