コード例 #1
0
ファイル: SetupActivity.java プロジェクト: dnduc789/new
 public void isAccountVerified() {
   Toast.makeText(this, getString(R.string.setup_account_validated), Toast.LENGTH_LONG).show();
   launchEchoCancellerCalibration(true);
 }