We should not encourage all caps urls

This commit is contained in:
Daniel Martí 2013-12-16 10:23:21 +01:00
parent 71be2d8e82
commit 2651b81792

View File

@ -107,11 +107,8 @@
<category android:name="android.intent.category.BROWSABLE" />
<category android:name="android.intent.category.DEFAULT" />
<!-- Android's scheme matcher is case-sensitive, so include most likely variations -->
<data android:scheme="fdroidrepo" />
<data android:scheme="FDROIDREPO" />
<data android:scheme="fdroidrepos" />
<data android:scheme="FDROIDREPOS" />
</intent-filter>
</activity>