Home | History | Annotate | only in /external/zxing/qr_scanner
Up to higher level directory
NameDateSize
AndroidManifest.xml05-Oct-2017453
build.gradle05-Oct-2017237
proguard.cfg05-Oct-20171.2K
project.properties05-Oct-2017381
README.google05-Oct-2017520
res/05-Oct-2017
src/05-Oct-2017

README.google

      1 URL: http://code.google.com/p/zxing/
      2 Version: 1.7.1
      3 License: Apache License 2.0
      4 License File: LICENSE
      5 
      6 Description:
      7 Android library that exposes an activity to capture QR codes. It is basically
      8 a stripped down version of ZXing's BarcodeScanner application, with all the 
      9 non-QR code scanning and the products, books and all other product recognition
     10 features remove.
     11 
     12 Local Modificaitons:
     13 Removed all code that is not directly related to scanning a QR code, such as product search, book
     14 search, 2D barcode scanning etc.
     15