mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
change sufficient to get a custom scheme in browser to launch me. Had
to duplicate an activity element which is bad and maybe won't work everywhere so try to fix this. But this *does* work in 2.2 emulator.
This commit is contained in:
parent
4d31c9cbe5
commit
2294159c7c
1 changed files with 8 additions and 5 deletions
|
@ -54,18 +54,21 @@
|
|||
<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.GET_CONTENT" />
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<data android:mimeType="vnd.android.cursor.item/vnd.eehouse.org.game" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<data android:scheme="newxwgame" android:host="10.0.2.2" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name="DictsActivity"
|
||||
android:label="@string/title_dicts_list"
|
||||
>
|
||||
</activity>
|
||||
|
||||
/>
|
||||
|
||||
<activity android:name="GameConfig"
|
||||
android:screenOrientation="sensor"
|
||||
android:configChanges="keyboardHidden|orientation"
|
||||
|
|
Loading…
Reference in a new issue