Unable to retrive Build.MANUFACTURER on device HTC6435LVW Droid DNA Deluxe

前端 未结 2 582
北海茫月
北海茫月 2021-01-22 13:00

This looks like a very basic question.

I am unable to retrieve a few basic information like Build.MANUFACTURER, Build.MODEL, and Build.V

2条回答
  •  梦谈多话
    2021-01-22 13:46

    this is returning "unknown" from user space; if we place the same app in system space its returning proper values.

    I tried by invoking methods/fields with reflectionfrom android.os.Build.java / SystemProperties.java files still no use...

    Not sure why HTC wants to hide such info..

提交回复
热议问题