mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
don't disable general beaming, since that prevents default behavior of
launching the store to install on a device that doesn't have the app yet.
This commit is contained in:
parent
810ccb5555
commit
e018d136e1
1 changed files with 0 additions and 4 deletions
|
@ -69,10 +69,6 @@
|
|||
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