Skip to content

jonathanbraga/Android_Device_Information

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code

txtSerial.Text = Build.Serial.ToString();
txtModel.Text = Build.Model.ToString();
txtID.Text = Build.Id.ToString();
txtManufacture.Text = Build.Manufacturer.ToString();
txtBrand.Text = Build.Brand.ToString();
txtType.Text = Build.Type.ToString();
txtUser.Text = Build.User.ToString();
txtSdk.Text = Build.VERSION.Sdk.ToString();
txtFingerPrint.Text = Build.Fingerprint.ToString();
txtVersionCode.Text = Build.VERSION.Release.ToString();

About

Simple way to get device information

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages