|
|
|
@ -44,7 +44,7 @@
|
|
|
|
|
<data android:mimeType="*/*" />
|
|
|
|
|
</intent-->
|
|
|
|
|
|
|
|
|
|
<!-- Customtabs / AppAuth-Android -->
|
|
|
|
|
<!-- AppAuth-Android -->
|
|
|
|
|
<intent>
|
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
|
@ -57,6 +57,12 @@
|
|
|
|
|
<data android:scheme="http" />
|
|
|
|
|
</intent>
|
|
|
|
|
|
|
|
|
|
<!-- Customtabs -->
|
|
|
|
|
<!-- https://issuetracker.google.com/issues/158914189 -->
|
|
|
|
|
<intent>
|
|
|
|
|
<action android:name="android.support.customtabs.action.CustomTabsService" />
|
|
|
|
|
</intent>
|
|
|
|
|
|
|
|
|
|
<intent>
|
|
|
|
|
<action android:name="android.intent.action.GET_CONTENT" />
|
|
|
|
|
<category android:name="android.intent.category.OPENABLE" />
|
|
|
|
|