From 8c5c79e020b7de04150625258b5ecfe28134fc81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 6 Jul 2021 23:24:47 +0200 Subject: [PATCH] Android: Fix `xr_mode_metadata_name` removal after cd64bcdae I had lost that line when resolving merge conflicts. --- platform/android/export/gradle_export_util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/android/export/gradle_export_util.h b/platform/android/export/gradle_export_util.h index 0f1a081b111..dcf523aae1e 100644 --- a/platform/android/export/gradle_export_util.h +++ b/platform/android/export/gradle_export_util.h @@ -269,6 +269,7 @@ String _get_application_tag(const Ref &p_preset, bool p_has_ " android:requestLegacyExternalStorage=\"%s\"\n" " tools:replace=\"android:allowBackup,android:isGame,android:requestLegacyExternalStorage\"\n" " tools:ignore=\"GoogleAppIndexingWarning\">\n\n", + " \n", bool_to_string(p_preset->get("user_data_backup/allow")), bool_to_string(p_preset->get("package/classify_as_game")), bool_to_string(p_has_storage_permission));