Skip to content

Accessing OnNewIntent from a native application?  #275

@Hoodad

Description

@Hoodad

Hello!

My question is about how I can access the OnNewIntent?

Some background; when a native application is launched from an intent you can fetch the intent using getDataString But if the application is set to singleTop and if application is already running the intent will have to be fetched using OnNewIntent which requires overriding the OnNewIntent. However that function is only accessible from the base class Activity and native applications extend the class NativeActivity which does not expose that function. So from a native application is there a way to access the new intent?

Any help is greatly appreciated 👍

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions