Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dffe5d17 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Android 11: fix problems when viewing URLs in some default browsers;...

Android 11: fix problems when viewing URLs in some default browsers; vcard4android: don't convert TYPEs into explicit custom labels
parent 7122e344
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -256,6 +256,12 @@
            <data android:scheme="content" android:host="com.android.calendar" />
        </intent>

        <!-- Web browsers (to check whether a Web browser is installed before viewing a URL) -->
        <intent>
            <action android:name="android.intent.action.VIEW" />
            <data android:scheme="https" />
        </intent>

        <!-- Custom Tabs support (e.g. Nextcloud Login Flow) -->
        <intent>
            <action android:name="android.support.customtabs.action.CustomTabsService" />
Compare e4b70252 to 50027f09
Original line number Diff line number Diff line
Subproject commit e4b7025257d898445497b5e4f3f43efdbdc9e455
Subproject commit 50027f090081ef1f443bcd260653817f7041c7b4