From d38ffda2c318b1af2ea3cb65c6822eb8ec7e1217 Mon Sep 17 00:00:00 2001 From: Fredia Huya-Kouadio Date: Mon, 23 May 2022 12:33:15 -0700 Subject: Fix the logic to restart the Godot application --- platform/android/export/export_plugin.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'platform/android/export/export_plugin.cpp') diff --git a/platform/android/export/export_plugin.cpp b/platform/android/export/export_plugin.cpp index 948e3f9078..e4842320cd 100644 --- a/platform/android/export/export_plugin.cpp +++ b/platform/android/export/export_plugin.cpp @@ -807,7 +807,6 @@ void EditorExportPlatformAndroid::_write_tmp_manifest(const Ref &p encode_uint32(retain_data_on_uninstall, &p_manifest.write[iofs + 16]); } - if (tname == "instrumentation" && attrname == "targetPackage") { - string_table.write[attr_value] = get_package_name(package_name); - } - if (tname == "activity" && attrname == "screenOrientation") { encode_uint32(screen_orientation, &p_manifest.write[iofs + 16]); } -- cgit v1.2.3