Fix: intent.resolveActivity(...) returns null (instead used different function, which fixes "No browser found" for all sites if browser is actually present).

This commit is contained in:
acclorite 2024-07-23 15:38:12 +03:00
parent ae6596f237
commit 5bcda4a7d9
10 changed files with 99 additions and 55 deletions

View file

@ -26,6 +26,7 @@
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="https" />
</intent>