Detect a screenshot Android

后端 未结 2 1911
感动是毒
感动是毒 2020-11-30 08:15

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

2条回答
  •  暖寄归人
    2020-11-30 08:43

    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.

提交回复
热议问题