Releases: GoogleChrome/android-browser-helper
android-browser-helper-2.4.0
Adds support for handling Android T notification permission requests.
android-browser-helper-2.3.0
This version of Android Browser Helper enables developers to use the library when building projects that target the API level 31. To do that, it updates the androidx.browser dependency to version 1.4.0 and updates the code to be compatible with Android 12's latest changes.
Developers using this version of Android Browser Helper will need to update the the compileSdkVersion
in their build.gradle
to version 31
. It's still possible to use targetSdkVersion
lower than 31
, but it's recommended to migrate as soon as possible.
When migrating to targetSdkVersion 31
and targeting Android 12 or higher, activities, services, or broadcast receivers that use intent filters, must now explicitly declare the android:exported attribute for these app components.
android-browser-helper-2.2.2
- Fixed issue with the splash screen freezing when
launchTwa()
is called asynchronously - #297
android-browser-helper-2.2.1
- Fixes a crash in the WebView fallback when unable to hand off navigations to a browser.
android-browser-helper-2.2.1-alpha02
- Fixes a crash in the WebView fallback when unable to hand off navigations to a browser.
androidbrowserhelper-2.2.0
- Fixes bug where immersive sticky mode wasn't working.
- Enables executing asynchronous calls before launching the TWA in LauncherActivity.