summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/manifest/activity-element.jd
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-11-01 15:14:24 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-11-01 15:14:25 -0700
commit465c37533ac1fb76d76b062452ae19afb84aab0a (patch)
treec503955516060dfebdcef38cf1b795a9be2907b8 /docs/html/guide/topics/manifest/activity-element.jd
parentb9372de07d3329928f28104bb997aab57237504c (diff)
parent22d17c984ae91e85a67d3fc03c092538c5080b0f (diff)
downloadframeworks_base-465c37533ac1fb76d76b062452ae19afb84aab0a.zip
frameworks_base-465c37533ac1fb76d76b062452ae19afb84aab0a.tar.gz
frameworks_base-465c37533ac1fb76d76b062452ae19afb84aab0a.tar.bz2
Merge "docs: misc changes for new manifest attributes, including fix for bug 7443821 bug 7442263" into jb-mr1-dev
Diffstat (limited to 'docs/html/guide/topics/manifest/activity-element.jd')
-rw-r--r--docs/html/guide/topics/manifest/activity-element.jd10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/html/guide/topics/manifest/activity-element.jd b/docs/html/guide/topics/manifest/activity-element.jd
index 844be11..2aedaec 100644
--- a/docs/html/guide/topics/manifest/activity-element.jd
+++ b/docs/html/guide/topics/manifest/activity-element.jd
@@ -218,7 +218,8 @@ separated by '{@code |}' &mdash; for example, "{@code locale|navigation|orientat
<td>"{@code uiMode}"</td>
<td>The user interface mode has changed &mdash; this can be caused when the user places the
device into a desk/car dock or when the the night mode changes. See {@link
-android.app.UiModeManager}. <em>Introduced in API Level 8</em>.</td>
+android.app.UiModeManager}.
+ <em>Added in API level 8</em>.</td>
</tr><tr>
<td>"{@code orientation}"</td>
<td>The screen orientation has changed &mdash; the user has rotated the device.
@@ -246,7 +247,12 @@ smallestWidth configuration</a>. However, if your application targets API level
your activity always handles this configuration change itself (this configuration change does not
restart your activity, even when running on an Android 3.2 or higher device).
<p><em>Added in API level 13.</em></p></td>
- </tr>
+ </tr><tr>
+ <td>"{@code layoutDirection}"</td>
+ <td>The layout direction has changed. For example, changing from left-to-right (LTR)
+ to right-to-left (RTL).
+ <em>Added in API level 17.</em></td>
+ </tr>
</table>
<p>