Advertisement
Sketchware

Mostra marca celular

Jan 22nd, 2023
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.34 KB | None | 0 0
  1. Lembrando que esse código é usado um button 1 e 3 TextView
  2. Chama em 3 OnClickListener em 3 adicionar fonte direta
  3. String deviceModel
  4.     deviceModel = android.os.Build.MODEL;
  5.     TextView deviceModelTextView = (TextView) findViewById(R.id.device_model_textview);
  6.     deviceModelTextView.setText("Modelo do dispositivo: " + deviceModel);
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement