From 30b28f53b89c79dfd62e9a89e51e52104df04926 Mon Sep 17 00:00:00 2001 From: Mark Lu Date: Wed, 13 Jul 2016 10:40:59 -0700 Subject: [PATCH] docs: Fixed indentation for android:required attribute Change-Id: Ie053708ac3452d06d08773e95f56136895282e99 --- .../topics/manifest/uses-feature-element.jd | 28 +++++++++---------- 1 file changed, 13 insertions(+), 15 deletions(-) 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.

+ that do not meet its 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.

Boolean value that indicates whether the application requires the feature specified in android:name. -
- - -

The default value for android:required if not declared is -"true".

+

The default value for android:required if not declared is + "true".

android:glEsVersion