Giter Site home page Giter Site logo

androiddeveloptools's Introduction

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

androiddeveloptools's People

Contributors

act262 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.