Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Android app listing whole entries of the Android system properties.

Notifications You must be signed in to change notification settings

Neofect/android_system_properties_getter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Android System Properties Getter

This is an Android app to list all the system properties of Android device.

Implementation

Manipulation of Android system properties is managed by android.os.SystemProperties. But it doesn't provide a way to get the list of properties. So the list is retrieved through running the getprop of adb shell script.

Project structure

The project is structured as an Android Studio project.

About

Android app listing whole entries of the Android system properties.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages