From 836c8702044e84e528853429d255060689bc5f39 Mon Sep 17 00:00:00 2001 From: Matt Hills Date: Sat, 27 Dec 2025 19:22:04 -0500 Subject: [PATCH] Force QR scanner to portrait orientation Override the ZXing CaptureActivity orientation in the manifest to force portrait mode, preventing the scanner from switching to landscape mode. --- app/src/main/AndroidManifest.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 767ac57..8796be1 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,5 +1,6 @@ @@ -49,6 +50,15 @@ + + +