@Override
protected Dialog onCreateDialog(int id) {
switch (id) {
case IDD_COLOR:
return new AlertDialog(this); // The constructor AlertDialog(context) is not visible
}
return null;
}
なぜですか?どうしましたか?AlertDialogが機能しない
True..Thanksを使用してください... – Jim