ADB调节手机亮度命令,可用于Android系统配置文件设置默认亮度测试使用
1 adb shell settings put system screen_brightness xxxx
2
3 # 如设置为1000
4
5 adb shell settings put system screen_brightness 1000
(MTK平台真机测试可用,不同源码和平台可能数值曲线有差)
本文来自博客园,作者:include_chen,转载请注明原文链接:https://www.cnblogs.com/include-chen/p/16399234.html