From 28cb02f39d4e3a5517f053f2ca1c77660eb299ef Mon Sep 17 00:00:00 2001 From: macdonst Date: Tue, 7 Aug 2012 14:30:13 -0300 Subject: [PATCH] Don't export the scanning activity. --- Android/BarcodeScanner/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Android/BarcodeScanner/README.md b/Android/BarcodeScanner/README.md index a3423caf..ea6d4978 100644 --- a/Android/BarcodeScanner/README.md +++ b/Android/BarcodeScanner/README.md @@ -31,7 +31,8 @@ If you are using PhoneGap 1.5.0 to 1.8.1 please use the 1.8.1 directory. If you android:screenOrientation="landscape" android:configChanges="orientation|keyboardHidden" android:theme="@android:style/Theme.NoTitleBar.Fullscreen" - android:windowSoftInputMode="stateAlwaysHidden"> + android:windowSoftInputMode="stateAlwaysHidden" + android:exported="false">