获取Android设备型号

public class GetSystemModel {
  //
  public static String systemModel() {
    return android.os.Build.MODEL;
  }
}

 

posted @ 2021-05-06 10:35  寒水易兮萧萧风  阅读(129)  评论(0编辑  收藏  举报