158
Views
4
Comments
Solved
[Privacy Screen Plugin] [Mobile App Android] Privacy Screen Plugin
Question
privacy-screen-plugin
Mobile icon
Forge asset by André Vieira

Anyone knows how to implement this?

2021-04-09 11-42-43
assif_tiger
 
MVP
Solution

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



2020-02-28 09-46-54
Eduardo Jauch

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.

UserImage.jpg
Bobbobbington

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

2021-04-09 11-42-43
assif_tiger
 
MVP
Solution

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



UserImage.jpg
Bobbobbington

assif_tiger wrote:

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




Omg this worked 

Thank you HAHA

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.