mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
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:
parent
a0ddf2547b
commit
bd7d608c64
1 changed files with 0 additions and 4 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue