Fix starting intent problem
This commit is contained in:
parent
2e065d8ad0
commit
ef5d1ebc95
1 changed files with 1 additions and 1 deletions
|
@ -1537,7 +1537,7 @@ public:
|
|||
args.push_back("-a");
|
||||
args.push_back("android.intent.action.MAIN");
|
||||
args.push_back("-n");
|
||||
args.push_back(get_package_name(package_name) + "/org.godotengine.godot.Godot");
|
||||
args.push_back(get_package_name(package_name) + "/com.godot.game.GodotApp");
|
||||
|
||||
err = OS::get_singleton()->execute(adb, args, true, NULL, NULL, &rv);
|
||||
if (err || rv != 0) {
|
||||
|
|
Loading…
Reference in a new issue