We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948db0e commit 28cb02fCopy full SHA for 28cb02f
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
31
android:screenOrientation="landscape"
32
android:configChanges="orientation|keyboardHidden"
33
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
34
- android:windowSoftInputMode="stateAlwaysHidden">
+ android:windowSoftInputMode="stateAlwaysHidden"
35
+ android:exported="false">
36
<intent-filter>
37
<action android:name="com.phonegap.plugins.barcodescanner.SCAN"/>
38
<category android:name="android.intent.category.DEFAULT"/>
0 commit comments