android - Execute a method when I click on the screen -


i need execute method every time click part of screen. have tried acessibilityservice, have activate on settings. have tried broadcastreceiver, doesn't work. idea it?

as long want within own activity, override ontouch().

if want across entire device, not possible through public sdk, , have customize android @ source level.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

What is the difference between data design and data model(ERD) -

ios - Can NSManagedObject conform to NSCoding -