From 8595f5aa161c2f04bf68d18e6f65037f0677a108 Mon Sep 17 00:00:00 2001 From: Anish Mishra Date: Sun, 16 Feb 2025 13:55:47 +0530 Subject: [PATCH] Hide debug keystore export settings --- platform/android/export/export_plugin.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platform/android/export/export_plugin.cpp b/platform/android/export/export_plugin.cpp index 0f50f725258..486839ca609 100644 --- a/platform/android/export/export_plugin.cpp +++ b/platform/android/export/export_plugin.cpp @@ -2042,6 +2042,9 @@ bool EditorExportPlatformAndroid::get_export_option_visibility(const EditorExpor p_option == "command_line/extra_args" || p_option == "permissions/custom_permissions" || p_option == "gradle_build/compress_native_libraries" || + p_option == "keystore/debug" || + p_option == "keystore/debug_user" || + p_option == "keystore/debug_password" || p_option == "package/retain_data_on_uninstall" || p_option == "package/exclude_from_recents" || p_option == "package/show_in_app_library" ||