Back to project page qrcode-android.
The source code is released under:
MIT License
If you think the Android project qrcode-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package eu.livotov.zxscan; //w ww. j a v a 2s .c o m /** * (c) Livotov Labs Ltd. 2012 * Date: 19.12.12 */ public enum AutofocusMode { Auto, Off, On }