I would like to know whether it is possible or not to open the build.prop file programmatically from an Android application and edit certain properties within it. Are there certain restrictions on this file in Android and can it be done without root access?
If someone could point me in the right direction or provide and example that would be great.