I program in recent years to Android and I wonder something : How to detect when user take a screenshot ? I want that when the user takes a screenshot , we move to the next
There is no direct Broadcast Intent to tell you that a screenshot has been taken.
Some people here discuss possible options to do so ( like it's done on Snapchat ).
One possible option would be to use FileObserver.