diff options
Diffstat (limited to 'docs/html/guide/topics/manifest/uses-configuration-element.jd')
| -rwxr-xr-x | docs/html/guide/topics/manifest/uses-configuration-element.jd | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/docs/html/guide/topics/manifest/uses-configuration-element.jd b/docs/html/guide/topics/manifest/uses-configuration-element.jd index 20ec85f..810975e 100755 --- a/docs/html/guide/topics/manifest/uses-configuration-element.jd +++ b/docs/html/guide/topics/manifest/uses-configuration-element.jd @@ -16,14 +16,12 @@ easier to update the doc when the change is made. --> <dl class="xml"> <dt>syntax:</dt> -<dd><pre class="stx"><uses-configuration android:<a href="#five">reqFiveWayNav</a>=["true" | "false"] - android:<a href="#hard">reqHardKeyboard</a>=["true" | "false"] - android:<a href="#kbd">reqKeyboardType</a>=["undefined" | "nokeys" | "qwerty" | - "twelvekey"] - android:<a href="#nav">reqNavigation</a>=["undefined" | "nonav" | "dpad" | - "trackball" | "wheel"] - android:<a href="#touch">reqTouchScreen</a>=["undefined" | "notouch" | "stylus" | - "finger"] /></pre></dd> +<dd><pre class="stx"><uses-configuration + android:<a href="#five">reqFiveWayNav</a>=["true" | "false"] + android:<a href="#hard">reqHardKeyboard</a>=["true" | "false"] + android:<a href="#kbd">reqKeyboardType</a>=["undefined" | "nokeys" | "qwerty" | "twelvekey"] + android:<a href="#nav">reqNavigation</a>=["undefined" | "nonav" | "dpad" | "trackball" | "wheel"] + android:<a href="#touch">reqTouchScreen</a>=["undefined" | "notouch" | "stylus" | "finger"] /></pre></dd> <dt>contained in:</dt> <dd><code><a href="{@docRoot}guide/topics/manifest/manifest-element.html"><manifest></a></code></dd> |
