Skip to content

act262/AndroidDevelopTools

Repository files navigation

Android开发助手README

基本功能如下图所示:

screenshot


本应用设置方式参考 系统设置模块Settings模块 Frameworkcmds模块

大部分功能不能直接使用,可用反射方式设置系统属性,部分功能需要root权限才能正常使用。


SystemProperties

系统属性设置,可以在shell中调用,方便测试使用

# 获取所有的键值对
getprop
# 获取指定键的值
getprop key
# 设置指定键值对
setprop key value

Settings.System、Settings.Global、Settings.Secure

全局设置,需要系统权限,所以在执行时以root用户执行的命令 对应的shell命令settings命令

settings list system
settings get system show_touches
settings put system show_touches 0

感谢万能的IconFont,本应用所有图标资源均来自IconFont