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:
parent
ae6596f237
commit
5bcda4a7d9
10 changed files with 99 additions and 55 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue