Skip to content

Use ACTION_EDIT with Linking #16662

@jsina

Description

@jsina

how could I open another app with action: "ACTION_EDIT" on Android. actually I wanna use below android code on react-native.

Intent intent = new Intent(Intent.ACTION_EDIT); 
intent.setData(Uri.parse("bazaar://details?id=" + PACKAGE_NAME)); 
intent.setPackage("com.farsitel.bazaar"); 
startActivity(intent); 

Metadata

Metadata

Assignees

No one assigned

    Labels

    Ran CommandsOne of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions