@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_device_id);
SharedPreferences settings = getSharedPreferences("A4APrefs",1);
int PairId = settings.getInt("CON_ID", 000000);
TextView t = (TextView)findViewById(R.id.txtPairId);
t.setText(PairId);
}
このコードの何が問題になっていますか? 誰かが私を助けてくれますか?