From ea9dec34b360423514c8145c2c73d97582e88fe7 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 22 Jan 2014 19:43:41 -0500 Subject: [PATCH] include upper case URI schemes for matching URIs from QR Codes Android's scheme matcher is case-sensitive, so include ALL CAPS versions to support ALL CAPS URLs in QR Codes. QR Codes have a special ALL CAPS mode that uses a reduced character set, making for more compact QR Codes. This reverts: We should not encourage all caps urls 2651b81792bdeed0db3c3960d0b7283536611012 --- AndroidManifest.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 89646a26b..cd450e7d8 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -113,8 +113,16 @@ + + +