How to get the build.prop values?

后端 未结 8 984
梦谈多话
梦谈多话 2021-01-06 07:03

How do I get the build.prop values that are found in /system/build.prop without root access? How do I edit them?

8条回答
  •  梦谈多话
    2021-01-06 07:17

    use android.os.Build class, see http://developer.android.com/reference/android/os/Build.html, but you can not edit it without root access.

提交回复
热议问题