end path prefix with a /; otherwise Crosswords gets launched to browse

the wordlist directory.
This commit is contained in:
Eric House 2012-11-26 20:14:32 -08:00
parent b433438022
commit b1f54a67ed

View file

@ -129,7 +129,7 @@
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="http"
android:host="eehouse.org" android:pathPrefix="/and" />
android:host="eehouse.org" android:pathPrefix="/and/" />
</intent-filter>
</activity>