Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The bytecode verification process runs by default. The -Xverify:none flag on the JVM command line suppresses the verification process. With Android, that could be done by setting a property in the adb shell  (adb shell setprop dalvik.vm.dexopt-flags v=n). This  This noncompliant code example uses the flag to disable bytecode verification.

...