Although my practice is google play, I can get System_alert_windows permission on Android 5+ OS But system_alert_window is not allowed between 4.1 and 5.0.
Asked
Active
Viewed 159 times
2
-
3Okay, thanks for the information – Denny May 12 '17 at 10:41
1 Answers
1
Dialog dialog = new Dialog(LoginActivity.this, android.R.style.Theme_Translucent_NoTitleBar);
thank_you.setContentView(R.layout.forgotpwd);
thank_you.show();
Use dialog using these syntax then there will not be need of system_alert_window permission.

PRATEEK BHARDWAJ
- 2,364
- 2
- 21
- 35
-
But I am developing a lock application of my own, error while running – Muzaffer Bulut May 12 '17 at 12:29