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:
Eric House 2014-09-17 07:10:41 -07:00
parent 810ccb5555
commit e018d136e1

View file

@ -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"