Auxio/fastlane/metadata/android/en-US
OxygenCobalt b9658c698b
about: fix link opening not working on android 11
Auxio would usually open links by trying to walk through the app
chooser/default app situation themselves, mostly for compat purposes.
This method was not only broken in Android 11 with the addition of
the QUERY_ALL_PACKAGES permission, but it also seems to be made
obsolete since the android system seems to handle the app choser
pretty well in 11+. As a result, we replace the link opening code on
that version with a plain startActivity call and keep the old compat
code for older versions.

Resolves #47.
2021-08-27 18:28:37 -06:00
..
changelogs Version 1.4.2 2021-08-21 09:38:30 -06:00
images fastlane: add icon 2021-07-08 16:20:06 -06:00
full_description.txt about: fix link opening not working on android 11 2021-08-27 18:28:37 -06:00
short_description.txt Update documents 2021-02-18 19:20:46 -07:00