diff options
| author | Brian Carlstrom <bdc@google.com> | 2015-03-09 14:28:20 -0700 |
|---|---|---|
| committer | Brian Carlstrom <bdc@google.com> | 2015-03-09 14:28:20 -0700 |
| commit | f4e73a94d8a39ed882e55c090f9e5ddbc22190fa (patch) | |
| tree | 26f1dfee8b4d7584167b1bfce6964bf997e2a373 /docs/html/guide/topics | |
| parent | 8b2be54a629e4567152d8b0e6c81332632b0b877 (diff) | |
| download | frameworks_base-f4e73a94d8a39ed882e55c090f9e5ddbc22190fa.zip frameworks_base-f4e73a94d8a39ed882e55c090f9e5ddbc22190fa.tar.gz frameworks_base-f4e73a94d8a39ed882e55c090f9e5ddbc22190fa.tar.bz2 | |
Update vmSafeMode documentation
Bug: 2267583
Bug: 2553512
Bug: 12457423
Bug: 19664166
Change-Id: I6036c041176ead60deb745e1c4d27fe4addd47bd
Diffstat (limited to 'docs/html/guide/topics')
| -rw-r--r-- | docs/html/guide/topics/manifest/application-element.jd | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/html/guide/topics/manifest/application-element.jd b/docs/html/guide/topics/manifest/application-element.jd index 8a0e837..b5af9c3 100644 --- a/docs/html/guide/topics/manifest/application-element.jd +++ b/docs/html/guide/topics/manifest/application-element.jd @@ -449,9 +449,13 @@ href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a> developer guide.< <dt><a name="vmSafeMode"></a>{@code android:vmSafeMode}</dt> <dd>Indicates whether the app would like the virtual machine (VM) to operate in safe mode. The default value is {@code "false"}. -</dd> +<p> This attribute was added in API level 8 where a value of "true" +disabled the Dalvik just-in-time (JIT) compiler. </p> +<p> This attribute was adapted in API level 22 where a value of "true" +disabled the ART ahead-of-time (AOT) compiler. </p> +</dd> </dl></dd> |
