android 手机元数据获取

    技术2022-05-20  46

    数据来源

    机型:motolora 里程碑

    固件版本:2.2.1

    ROM:Milestone

     

    android.os.Build

     

    String board = Build.BOARD;                   //sholesString brand = Build.BRAND;                   //motoloraString device = Build.DEVICE;                 //umts_sholesString display = Build.DISPLAY;               //MIUI.0.11.19  

    String fingerprint =Build.FINGERPRINT; 

                       //motolora/libra_umts_sholes/umts_sholes/sholes:2.2.1/MIUI/0.11.19/:userdubug/test-keys  

    String host = Build.HOST;                       //builderString id = Build.ID;                                //MIUIString model = Build.MODEL;                  //MilestoneString tags = Build.TAGS;                       //test-keysString type = Build.TYPE;                       //userdubugString product = Build.PRODUCT;           //libra_umts_sholeslong time = Build.TIME;                         //1290140869000String user = Build.USER;                     //hanzhupeng

    String release = Build.VERSION.RELEASE;                   //2.2.1String incremental = Build.VERSION.INCREMENTAL;     //0.11.19String sdk = Build.VERSION.SDK;                                 //8


    最新回复(0)