fix(mobile): support QR scanning without Play Services

This commit is contained in:
Bohdan Triapitsyn
2026-08-02 19:09:46 +03:00
parent 2b446dd164
commit a96a2310a9
7 changed files with 369 additions and 131 deletions
@@ -35,13 +35,6 @@
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" />
</provider>
<!-- Tell Play Services to download the ML Kit barcode "code scanner" module (used by
@capacitor-mlkit/barcode-scanning's scan()) at install time, so the QR pairing scan
works without a per-scan module download. -->
<meta-data
android:name="com.google.mlkit.vision.DEPENDENCIES"
android:value="barcode_ui" />
<!-- Small icon shown in the status bar / notification shade for FCM notifications the
system displays while the app is backgrounded. Must be a monochrome silhouette. -->
<meta-data