提交 c36d8768 编写于 作者: S Simon Fels

Cleanup launcher storage on first boot to sync back with the Android system

上级 fc7049b2
......@@ -63,6 +63,9 @@ void PlatformApiSkeleton::get_clipboard_data(anbox::protobuf::rpc::Void const *r
}
void PlatformApiSkeleton::handle_boot_finished_event(const anbox::protobuf::bridge::BootFinishedEvent &event) {
if (event.first_boot_done())
launcher_storage_->reset();
if (boot_finished_handler_)
boot_finished_handler_();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册