2

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

4

1 回答 1

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

于 2017-05-12T11:20:35.893 回答