Skip to content

fix(core): requestPermission crash regression on Android, closes #15323#15336

Merged
lucasfernog merged 3 commits into
devfrom
fix/android-request-permission
May 4, 2026
Merged

fix(core): requestPermission crash regression on Android, closes #15323#15336
lucasfernog merged 3 commits into
devfrom
fix/android-request-permission

Conversation

@lucasfernog

Copy link
Copy Markdown
Member

regression from #14484

PluginManager::onActivityCreate is never called, this fixes it

regression from #14484

PluginManager::onActivityCreate is never called, this fixes it
@lucasfernog
lucasfernog requested a review from a team as a code owner May 4, 2026 12:08
@github-actions

github-actions Bot commented May 4, 2026

Copy link
Copy Markdown
Contributor

Package Changes Through cc0103e

There are 2 changes which include tauri with patch, tauri-utils with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
tauri-utils 2.9.0 2.9.1
tauri-bundler 2.9.0 2.9.1
tauri-runtime 2.11.0 2.11.1
tauri-runtime-wry 2.11.0 2.11.1
tauri-codegen 2.6.0 2.6.1
tauri-macros 2.6.0 2.6.1
tauri-plugin 2.6.0 2.6.1
tauri-build 2.6.0 2.6.1
tauri 2.11.0 2.11.1
@tauri-apps/cli 2.11.0 2.11.1
tauri-cli 2.11.0 2.11.1

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@velocitysystems velocitysystems left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lucasfernog super is called after the invoke call to PluginManager whereas it is called before for all the other overrides. Is this intentional?

@lucasfernog

Copy link
Copy Markdown
Member Author

@velocitysystems fixed just for the sake of consistency :D shouldn't matter

@lucasfernog
lucasfernog merged commit 5f479c0 into dev May 4, 2026
26 checks passed
@lucasfernog
lucasfernog deleted the fix/android-request-permission branch May 4, 2026 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

3 participants