From f4e73a94d8a39ed882e55c090f9e5ddbc22190fa Mon Sep 17 00:00:00 2001 From: Brian Carlstrom Date: Mon, 9 Mar 2015 14:28:20 -0700 Subject: [PATCH] Update vmSafeMode documentation Bug: 2267583 Bug: 2553512 Bug: 12457423 Bug: 19664166 Change-Id: I6036c041176ead60deb745e1c4d27fe4addd47bd --- docs/html/guide/topics/manifest/application-element.jd | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/html/guide/topics/manifest/application-element.jd b/docs/html/guide/topics/manifest/application-element.jd index 8a0e837629b89..b5af9c38e992e 100644 --- a/docs/html/guide/topics/manifest/application-element.jd +++ b/docs/html/guide/topics/manifest/application-element.jd @@ -449,11 +449,15 @@ href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar developer guide.<
{@code android:vmSafeMode}
Indicates whether the app would like the virtual machine (VM) to operate in safe mode. The default value is {@code "false"}. + +

This attribute was added in API level 8 where a value of "true" +disabled the Dalvik just-in-time (JIT) compiler.

+ +

This attribute was adapted in API level 22 where a value of "true" +disabled the ART ahead-of-time (AOT) compiler.

- -