diff --git a/docs/html/guide/topics/manifest/uses-feature-element.jd b/docs/html/guide/topics/manifest/uses-feature-element.jd index b9d0082e478a1..5d163c0d5d56b 100755 --- a/docs/html/guide/topics/manifest/uses-feature-element.jd +++ b/docs/html/guide/topics/manifest/uses-feature-element.jd @@ -77,7 +77,7 @@ application describe the device-variable features that it uses.

The set of available features that your application declares corresponds to the set of feature constants made available by the Android {@link android.content.pm.PackageManager}, which are listed for -convenience in the Features Reference tables +convenience in the Features Reference sections at the bottom of this document.

You must specify each feature in a separate <uses-feature> @@ -131,17 +131,27 @@ device compatibility.

+
+ android:name +
-
android:name
-
Specifies a single hardware or software feature used by the application, -as a descriptor string. Valid descriptor values are listed in the Hardware features and Software -features tables, below. Descriptor string values are case-sensitive.
+
+ Specifies a single hardware or software feature used by the application, as + a descriptor string. Valid attribute values are listed in the Hardware features and Software + features sections. These attribute values are case-sensitive. +
-
android:required
-
Boolean value that indicates whether the application requires - the feature specified in android:name. +
+ android:required +
+ +
+ Boolean value that indicates whether the application requires the feature + specified in android:name. +
+