mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
clean up GameConfig activity intent filter
This commit is contained in:
parent
08017179c5
commit
406a6a4a98
1 changed files with 0 additions and 4 deletions
|
@ -54,11 +54,7 @@
|
|||
<!-- This filter says that we can view or edit the data of
|
||||
a single note -->
|
||||
<intent-filter android:label="@string/resolve_edit">
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<action android:name="android.intent.action.EDIT" />
|
||||
<action android:name="org.eehouse.android.xw4.action.EDIT_GAME" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<data android:mimeType="vnd.android.cursor.item/vnd.org.eehouse.android.xw4.game" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue