setContentView(R.layout.activity_main); TextView tv_phone=(TextView)findViewById(R.id.tv_phone); String brand = android.os.Build.BRAND; tv_phone.setText(brand);
setContentView(R.layout.activity_main); TextView tv_phone=(TextView)findViewById(R.id.tv_phone); String brand = android.os.Build.BRAND; tv_phone.setText(brand);