diff --git a/support/openharmony/entry/src/main/ets/entryability/EntryAbility.ets b/support/openharmony/entry/src/main/ets/entryability/EntryAbility.ets index c64c9867391..66ad4c7006f 100644 --- a/support/openharmony/entry/src/main/ets/entryability/EntryAbility.ets +++ b/support/openharmony/entry/src/main/ets/entryability/EntryAbility.ets @@ -15,8 +15,10 @@ export default class EntryAbility extends UIAbility { // Skip some default parameters, since servo is not interested in those if (key.startsWith("ohos.") || key.startsWith("component.") + || key.startsWith("send_to_erms_") || key === "isCallBySCB" || key === "moduleName" + || key === "debugApp" ) { return }