aosp12/external/zxing/qr_scanner
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
res init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
src/com/google/zxing/client/android init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
AndroidManifest.xml init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.google init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
build.gradle init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
proguard.cfg init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
project.properties init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README.google

URL: http://code.google.com/p/zxing/
Version: 1.7.1
License: Apache License 2.0
License File: LICENSE

Description:
Android library that exposes an activity to capture QR codes. It is basically
a stripped down version of ZXing's BarcodeScanner application, with all the 
non-QR code scanning and the products, books and all other product recognition
features remove.

Local Modificaitons:
Removed all code that is not directly related to scanning a QR code, such as product search, book
search, 2D barcode scanning etc.