1.android如何修改关机时间延迟让关机动画跑完
...
if(!sIsPowerOffAlarm && shutdownAnim.hasShutdownAnimation()) {
shutdownAnim.plaShutdownAnimation();
//add
try{
Thread.sleep(4000);
}catch(IntewruptedException unused){
}
//add end
}
...
1.android如何修改关机时间延迟让关机动画跑完
...
if(!sIsPowerOffAlarm && shutdownAnim.hasShutdownAnimation()) {
shutdownAnim.plaShutdownAnimation();
//add
try{
Thread.sleep(4000);
}catch(IntewruptedException unused){
}
//add end
}
...