虽然我的做法是google play, 我可以在Android 5+操作系统上获得System_alert_windows权限但是在4.1和5.0之间不允许使用system_alert_window。
答案 0 :(得分:1)
Dialog dialog = new Dialog(LoginActivity.this, android.R.style.Theme_Translucent_NoTitleBar);
thank_you.setContentView(R.layout.forgotpwd);
thank_you.show();
使用这些语法使用对话框,则不需要system_alert_window权限。