打开手机时间的秒显示,即状态栏时间显示秒针功能

打开手机秒显示功能,需要手机有root权限,依次进行如下操作:

1.adb root

2.adb remount

3.adb shell pm enable com.android.systemui/com.android.systemui.tuner.TunerActivity

4.adb shell am start -n com.android.systemui/com.android.systemui.tuner.TunerActivity

5.此时进入了System UI Tuner界面,点击status bar,滑动到页面底部,点击time,选择显示时分秒,此时状态栏上的时间会显示“秒”

你可能感兴趣的:(android)