Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
虽然我的做法是google play,但我可以在Android 5+ OS上获得System_alert_windows权限但是system_alert_window在4.1和5.0之间是不允许的。
Dialog dialog = new Dialog(LoginActivity.this, android.R.style.Theme_Translucent_NoTitleBar); thank_you.setContentView(R.layout.forgotpwd); thank_you.show();
使用这些语法使用对话框,则不需要 system_alert_window 权限。