-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
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
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.