diff --git a/platform/android/export/export_plugin.cpp b/platform/android/export/export_plugin.cpp index ccb5b1d47c6..ade75fd2f6c 100644 --- a/platform/android/export/export_plugin.cpp +++ b/platform/android/export/export_plugin.cpp @@ -1013,7 +1013,7 @@ void EditorExportPlatformAndroid::_fix_manifest(const Ref &p string_table.write[attr_value] = "com.oculus.handtracking.version"; } - if (tname == "meta-data" && attrname == "name" && value == "xr_hand_tracking_version_value") { + if (tname == "meta-data" && attrname == "value" && value == "xr_hand_tracking_version_value") { string_table.write[attr_value] = "V2.0"; } }