i have windowManager that is top of all views and in windowManager there is ImageView, how can i click on ImageView and screen behind him at the same time ? any suggestions ? thanks in advance.
Asked
Active
Viewed 26 times
0
-
you cannot start `WindowManager`, `WindowManager` is a system service, it is not started by you – pskink Sep 10 '15 at 20:35
-
i've tried to get position on imageView and imitate on screen by Runtime.getRuntime().exec("input tap " + e.getX() + " " + e.getY()); But Runtime is slow. – Gog Avagyan Sep 10 '15 at 20:35
-
@pskink thanks for correction. – Gog Avagyan Sep 10 '15 at 20:39