在广播中使用dialog注意的事项:
1.导入的包是
代码语言:javascript复制import android.app.AlertDialog;
2.设置
代码语言:javascript复制 alertDialog.getWindow().setType(WindowManager.LayoutParams.TYPE_TOAST);
在广播中使用dialog注意的事项:
1.导入的包是
代码语言:javascript复制import android.app.AlertDialog;
2.设置
代码语言:javascript复制 alertDialog.getWindow().setType(WindowManager.LayoutParams.TYPE_TOAST);