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 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/html/guide/topics/manifest/uses-configuration-element.jd b/docs/html/guide/topics/manifest/uses-configuration-element.jd index b26881e..4578c63 100755 --- a/docs/html/guide/topics/manifest/uses-configuration-element.jd +++ b/docs/html/guide/topics/manifest/uses-configuration-element.jd @@ -168,9 +168,14 @@ The value must be one of the following strings: <dd>API Level 3</dd> <dt>see also:</dt> -<dd><code><a href="{@docRoot}guide/topics/manifest/activity-element.html#config">configChanges</a></code> +<dd> + <ul> + <li><code><a href="{@docRoot}guide/topics/manifest/activity-element.html#config">configChanges</a></code> attribute of the <code><a href="{@docRoot}guide/topics/manifest/activity-element.html"><activity></a></code> -element</dd> +element</dd></li> + <li>{@link android.content.pm.ConfigurationInfo}</li> + </ul> +</dd> </dl> |
