虽然我的实践是google play,但我可以在安卓5+ OS上获得System_alert_windows权限,但system_alert_window在4.1到5.0之间是不允许的。
发布于 2017-05-12 19:20:36
Dialog dialog = new Dialog(LoginActivity.this, android.R.style.Theme_Translucent_NoTitleBar);
thank_you.setContentView(R.layout.forgotpwd);
thank_you.show();使用对话框使用这些语法,则不需要system_alert_window权限。
https://stackoverflow.com/questions/43935634
复制相似问题