mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
turn off beaming except where I provide an explicit message
(callback), since it's confusing to have the game offer to beam where all that's being sent is the install URL. Hmmm -- maybe we do want that. Consider....
This commit is contained in:
parent
aeeb3dc3bc
commit
567f6a2ac0
1 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,10 @@
|
|||
android:name=".XWApp"
|
||||
>
|
||||
|
||||
<meta-data android:name="android.nfc.disable_beam_default"
|
||||
android:value="true"
|
||||
/>
|
||||
|
||||
<activity android:name="GamesListActivity"
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="standard"
|
||||
|
|
Loading…
Reference in a new issue