[Android] An Android Application for Getting the System Property

Sometimes, I have to check whether the system property has been changes or not. The requirement usually comes form customer for providing the preview device quickly. So, we have to change the system property manually. 

Because sometimes the non-technical operator need to check the property by himself, I create the project helps people to obtain the system property that do not need through the adb shell command. 
You can get the source code form the github: SystemProperty

發佈留言