Remove intent host field, surpress missing field lint error (Fixes #234)

This commit is contained in:
ryanwse 2016-10-24 18:16:21 -04:00
Родитель cb6341bb96
Коммит d9d6bb80be
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -67,8 +67,7 @@
<category android:name="android.intent.category.BROWSABLE" />
<category android:name="android.intent.category.DEFAULT" />
<!--<data android:mimeType="vnd.android.cursor.item/vnd.mozilladso2016.tutorial" />-->
<!-- Host set to mozilladso.com place holder to silence Android linting error -->
<data android:host="mozilladso.com" android:scheme="mozilladso" android:pathPrefix="/tutorials/*"/>
<data android:scheme="mozilladso" android:pathPrefix="/tutorials/*" tools:ignore="GoogleAppIndexingUrlError" />
</intent-filter>
</activity>
<activity