am 97f3cd0a: Merge "Update vmSafeMode documentation" into lmp-mr1-dev

* commit '97f3cd0a8280b2cf08069cc1e2d89d8bb227633f':
  Update vmSafeMode documentation
This commit is contained in:
Brian Carlstrom
2015-03-17 19:29:20 +00:00
committed by Android Git Automerger

View File

@@ -449,11 +449,15 @@ 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"}.
<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>
<!-- ##api level indication## -->