4.1.2 のデバイスで Android をNoSuchMethodException
使用setOnDismissListener
すると、エラーが発生します。Dialog
同じコードがバージョン 4.2.2 のエミュレーターで動作しています。
new AlertDialog.Builder(this)
.setTitle(R.string.select_province)
.setOnDismissListener(new OnDismissListener() {
public void onDismiss(DialogInterface arg0) {
//== other stuff
}
}).show();
何か案は?