Home | History | Annotate | only in /external/zxing/qr_scanner
Up to higher level directory
NameDateSize
AndroidManifest.xml22-Oct-2020453
build.gradle22-Oct-2020237
proguard.cfg22-Oct-20201.2K
project.properties22-Oct-2020381
README.google22-Oct-2020520
res/22-Oct-2020
src/22-Oct-2020

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