Try to make links clickable.

This commit is contained in:
akwizgran
2018-09-26 11:40:09 +01:00
committed by Torsten Grote
parent bbc6907c1d
commit dd92ec8394
2 changed files with 18 additions and 8 deletions

View File

@@ -436,6 +436,9 @@
android:label="@string/open_link_title"
android:windowSoftInputMode="stateHidden|adjustResize">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="briar"/>
</intent-filter>
<intent-filter>