HarmonyOS应用开发实战:小事记 - PersistentStorage 持久化存储:用户偏好与应用配置
前言
PersistentStorage 是 ArkUI 的持久化存储机制,可以将状态持久化到磁盘,在应用重启后恢复。与 AppStorage 不同,PersistentStorage 的数据在应用关闭后仍然保留。本文以小事记(xiaoshiji_ohos_app) 的 SettingsP…
2026/7/21 21:49:34