Add option to disable Swipe-to-Dismiss for Wear OS

This commit is contained in:
Anish Mishra
2024-12-19 16:02:29 +05:30
parent fafc07335b
commit 5d8e2cd63f
4 changed files with 69 additions and 1 deletions

View File

@ -156,6 +156,8 @@ class EditorExportPlatformAndroid : public EditorExportPlatform {
void _write_tmp_manifest(const Ref<EditorExportPreset> &p_preset, bool p_give_internet, bool p_debug);
void _fix_themes_xml(const Ref<EditorExportPreset> &p_preset);
void _fix_manifest(const Ref<EditorExportPreset> &p_preset, Vector<uint8_t> &p_manifest, bool p_give_internet);
static String _get_keystore_path(const Ref<EditorExportPreset> &p_preset, bool p_debug);