简体   繁体   English

重新启动后应用更改,源代码

[英]apply changes after reboot, Source code

I'm making a Xposed applications and want to know if there is a way to apply the interface changes after restarting the Phone, for example if I want to change the color of the notification bar, i select the color, and the change applied after reboot, whats code i need? 我正在制作Xposed应用程序,想知道重启手机后是否有方法来应用界面更改,例如,如果我想更改通知栏的颜色,请选择颜色,然后在更改后应用更改重新启动,我需要什么代码? whats function is? 什么是功能?

您可以创建一个应用程序,该应用程序使用用户的颜色首选项并将其存储在共享的首选项文件中,然后挂接到系统android程序包onLoad(每次启动仅发生一次),并应用更改。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM