Skip to content

android: add intent handling - #1565

Closed
ambiso wants to merge 1 commit into
tauri-apps:devfrom
ambiso:dev
Closed

android: add intent handling#1565
ambiso wants to merge 1 commit into
tauri-apps:devfrom
ambiso:dev

Conversation

@ambiso

@ambiso ambiso commented Jun 15, 2025

Copy link
Copy Markdown

Demo implementation of #1563

Overrides the onNewIntent function which is invoked when a running application is launched again with a new intent.
The activity's launch mode must be singleTop for onNewIntent to be called, but preferrably singleInstance or singleTask, since otherwise the ndk_context may be initialized twice.

@FabianLars FabianLars closed this Mar 22, 2026
@FabianLars

Copy link
Copy Markdown
Member

Added in another PR

@ambiso

ambiso commented Mar 22, 2026

Copy link
Copy Markdown
Author

Could you reference which PR implemented this?

@FabianLars

Copy link
Copy Markdown
Member

#1634

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants