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.

- -