Anyone knows how to implement this?
Bobbobbington wrote:
Eduardo Jauch wrote:
Hi Bobbobbington,
Just add it to your mobile application, referencing the "CheckPrivacyScreenPlugin" that you can use to check if the plugin is available or not (and define the behaviour of your application if it is available or not).
The plugin will register your application in the system automatically when being in use, and the screenshot of your application will not be shown when using the task switcher.
No need to any other configuration or anything else.
https://github.com/agmv/PrivacyScreenPlugin#v0.3.2
Cheers.
I've added to my screen "OnReady" Action.
However it still doesnt prevent screenshots on my mobile app. Am i doing this wrong?
Update: Also when i checked the IsAvailable output parameter it says False, So i tried to assign CheckPrivacyScreenPlugin.IsAvailable to True via assign it still doesnt prevent screenshots
Hi,
Did you re-build the application & Install the new build on the device after adding the plugin?
If not, then Do regenerate the build & Install the new APK on Device.
Hope it Helps.
-Assif
assif_tiger wrote:
Omg this worked
Thank you HAHA