android: BAL Reader app (Chaquopy decode bridge, CameraX/ML Kit scanner, result view)

This commit is contained in:
2026-09-09 08:43:39 -04:00
parent 10552c6f93
commit 458968fadc
30 changed files with 3371 additions and 0 deletions

5
android/app/proguard-rules.pro vendored Normal file
View File

@@ -0,0 +1,5 @@
# Chaquopy Python runtime.
-keep class com.chaquo.python.** { *; }
# ML Kit barcode scanning.
-keep class com.google.mlkit.** { *; }