From 528dda640c91264be74bed0dd838ae2e1d5f6b47 Mon Sep 17 00:00:00 2001 From: guowei Date: Fri, 5 Sep 2025 01:59:00 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9product.name=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: guowei --- services/etc/param/ohos.para | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/etc/param/ohos.para b/services/etc/param/ohos.para index 74e9c562e..3834b6a7e 100755 --- a/services/etc/param/ohos.para +++ b/services/etc/param/ohos.para @@ -19,7 +19,7 @@ const.allow.mock.location=0 const.debuggable=1 const.build.characteristics=default const.product.model=ohos -const.product.name="OpenHarmony 3.2" +const.product.name="OpenHarmony" const.sandbox=enable const.product.devicetype=default const.software.model=default -- Gitee