How to get the build.prop values?

后端 未结 8 864
梦谈多话
梦谈多话 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:18

    Does System.getProperty() help? As an alternative, you can execute getprop in a Process and retrieve its output.

提交回复
热议问题