How do I get the build.prop values that are found in /system/build.prop without root access? How do I edit them?
build.prop
/system/build.prop
Does System.getProperty() help? As an alternative, you can execute getprop in a Process and retrieve its output.
getprop
Process