I want to capture the pointer locations in whole android device by providing a service
to develop something like Pointer Location
in Developer options
.
First I have tried addingoverlay view
which is always on top to capture the coordinates . but this method didn't let me to get touch events in move actions
.
So I decided to try another way . At last I found that for rooted
devices , we can get touch events but I don't know how . Could you please give some suggestions ?
thanks in advance