how to get the android phone model, version, sdk details?

前端 未结 5 2030
感情败类
感情败类 2021-01-30 11:03

how to get the android phone model, version, sdk details?

5条回答
  •  执笔经年
    2021-01-30 11:16

    I recommend open library "Caffeine", This library contain get Device Name, or Model, have SD Card check, and many features.

    this library is here.

    https://github.com/ShakeJ/Android-Caffeine-library

    And you use 'SystemUtil' example,

    SystemUtil.modelName();
    

提交回复
热议问题