diff options
| author | Scott Main <smain@google.com> | 2012-10-30 17:02:18 -0700 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2012-11-01 10:39:41 -0700 |
| commit | 22d17c984ae91e85a67d3fc03c092538c5080b0f (patch) | |
| tree | 8d68e542c2acd46a5134de883f2758da8b234655 /docs/html/guide/topics/manifest/activity-element.jd | |
| parent | 44251a70edba3e950aab1f706e1ff34e2fa4dfae (diff) | |
| download | frameworks_base-22d17c984ae91e85a67d3fc03c092538c5080b0f.zip frameworks_base-22d17c984ae91e85a67d3fc03c092538c5080b0f.tar.gz frameworks_base-22d17c984ae91e85a67d3fc03c092538c5080b0f.tar.bz2 | |
docs: misc changes for new manifest attributes,
including fix for bug 7443821
bug 7442263
Change-Id: I20b712bf2b0379c70ff28682025d6f30817a6c36
Diffstat (limited to 'docs/html/guide/topics/manifest/activity-element.jd')
| -rw-r--r-- | docs/html/guide/topics/manifest/activity-element.jd | 10 |
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 |}' — for example, "{@code locale|navigation|orientat <td>"{@code uiMode}"</td> <td>The user interface mode has changed — 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 — 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> |
