mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Do not broadcast the intent
git-svn-id: https://zxing.googlecode.com/svn/trunk@1453 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
b3993e7d51
commit
6943578c18
|
@ -99,10 +99,11 @@ versionName is 2.31, 2.4, or 3.0. -->
|
|||
android:label="@string/wa_name"
|
||||
android:screenOrientation="landscape"
|
||||
android:configChanges="orientation|keyboardHidden">
|
||||
<intent-filter>
|
||||
<action android:name="com.google.zxing.client.android.WIFI_CONNECT"/>
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
</intent-filter>
|
||||
<!--Do not broadcast this intent-->
|
||||
<!-- <intent-filter>-->
|
||||
<!-- <action android:name="com.google.zxing.client.android.WIFI_CONNECT"/>-->
|
||||
<!-- <category android:name="android.intent.category.DEFAULT"/>-->
|
||||
<!-- </intent-filter>-->
|
||||
</activity>
|
||||
<activity android:name=".share.ShareActivity"
|
||||
android:label="@string/share_name"
|
||||
|
|
Loading…
Reference in a new issue