can't click install button while use my app.
I use SYSTEM_ALERT_WINDOW permission.
Below my code:
new WindowManager.LayoutParams( WindowManager.LayoutParams.FILL_PARENT,
WindowManager.LayoutParams.FILL_PARENT,
WindowManager.LayoutParams.TYPE_SYSTEM_OVERLAY,
WindowManager.LayoutParams.FLAG_WATCH_OUTSIDE_TOUCH |
WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN,
PixelFormat.TRANSLUCENT);
If use my app, Can't click install button while install apk file.
how can i use install button?