Skip to content

Commit

Permalink
Merge pull request #718 from macdonst/patch-1
Browse files Browse the repository at this point in the history
Don't export the scanning activity.
  • Loading branch information
macdonst committed Aug 7, 2012
2 parents 948db0e + 28cb02f commit 5231127
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Android/BarcodeScanner/README.md
Expand Up @@ -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">
<intent-filter>
<action android:name="com.phonegap.plugins.barcodescanner.SCAN"/>
<category android:name="android.intent.category.DEFAULT"/>
Expand Down

0 comments on commit 5231127

Please sign in to comment.