Skip to content

Commit 28cb02f

Browse files
committed
Don't export the scanning activity.
1 parent 948db0e commit 28cb02f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Android/BarcodeScanner/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
3131
android:screenOrientation="landscape"
3232
android:configChanges="orientation|keyboardHidden"
3333
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
34-
android:windowSoftInputMode="stateAlwaysHidden">
34+
android:windowSoftInputMode="stateAlwaysHidden"
35+
android:exported="false">
3536
<intent-filter>
3637
<action android:name="com.phonegap.plugins.barcodescanner.SCAN"/>
3738
<category android:name="android.intent.category.DEFAULT"/>

0 commit comments

Comments
 (0)