combine the two GamesList Activity elements. For some reason it

didn't work before to have the custom URL launch stuff in the existing
one but it does now.
This commit is contained in:
Andy2 2011-07-10 10:36:14 -07:00
parent a0ddf2547b
commit bd7d608c64

View file

@ -52,11 +52,7 @@
<action android:name="android.intent.action.EDIT" />
<action android:name="android.intent.action.PICK" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="vnd.android.cursor.dir/vnd.google.note" />
</intent-filter>
</activity>
<activity android:label="@string/app_name" android:name="GamesList">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />