一丶环境信息

源码版本:Openharmony4.1Release
设备信息:RK3568

二丶 操作步骤

1.修改foundation.cfg文件的bootevents字段,修改如下:

            "bootevents": [
                "bootevent.wms.fullscreen.ready",
                "bootevent.appfwk.ready"
            ],

将修改后的foundation.cfg推入板子中

hdc file send  ./foundation.cfg /system/etc/init

2.删除锁屏应用

cd /system/app/com.ohos.systemui
mount -o remount,rw /
rm -rf SystemUI-ScreenLock.hap
rm -rf /data/*
reboot

这样锁屏应用就被剔除了,感兴趣的小伙伴可以尝试一下。

Logo

社区规范:仅讨论OpenHarmony相关问题。

更多推荐