android 4.1 - 4.4 system_alert_window权限

时间:2017-05-12 10:35:00

标签: android permissions system-alert-window

虽然我的做法是google play, 我可以在Android 5+操作系统上获得System_alert_windows权限但是在4.1和5.0之间不允许使用system_alert_window。

1 个答案:

答案 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权限。