Android MTK选择重启,可以完整播放完关机动画

xiaoxiao2021-02-28  69

[DESCRIPTION] 重启和关机一样,都可以完整播放完关机动画 [SOLUTION] 敝司Default设计,关机过程会有一个delayForPlayAnimation,但是重启(除了恢复出产设置 )不会,由于重启本身就牵涉到时间上的连续行,不会有任何delay。 修改方案: 贵司只需要在shutdownThread.java的 public static void rebootOrShutdown(boolean reboot, String reason) { 里面将如下if判断去掉: if ( (reason != null) && reason.equals("recovery") ) { delayForPlayAnimation(); } 只保留 delayForPlayAnimation(); 只要reboot都做delay
转载请注明原文地址: https://www.6miu.com/read-76638.html

最新回复(0)