diff --git a/docs/html/guide/topics/manifest/uses-feature-element.jd b/docs/html/guide/topics/manifest/uses-feature-element.jd index 5d163c0d5d56b..06703486e914f 100755 --- a/docs/html/guide/topics/manifest/uses-feature-element.jd +++ b/docs/html/guide/topics/manifest/uses-feature-element.jd @@ -33,7 +33,7 @@ page.tags=filtering,features,google play filters,permissions
Google Play Filtering
Google Play uses the <uses-feature>
elements declared in your app manifest to filter your app from devices
- that do not meet it's hardware and software feature requirements.
By specifying the features that your application requires, you enable Google Play to present your application only to users whose @@ -150,23 +150,21 @@ device compatibility.
android:name.
- android:required="true" for a feature,
-you are specifying that the application cannot function, or is not
-designed to function, when the specified feature is not present on the
-device. android:required="true" for a feature,
+ you are specifying that the application cannot function, or is not
+ designed to function, when the specified feature is not present on the
+ device. android:required="false" for a feature, it
-means that the application prefers to use the feature if present on
-the device, but that it is designed to function without the specified
-feature, if necessary. android:required="false" for a feature, it
+ means that the application prefers to use the feature if present on
+ the device, but that it is designed to function without the specified
+ feature, if necessary. The default value for android:required if not declared is
-"true".
The default value for android:required if not declared is
+ "true".
android:glEsVersion