Click here to Skip to main content
15,896,726 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm a newbie to Windows Phone application development.

My project requires disabling the screen capture feature provided by default in Windows Phone 8.

Target Platform - Windows 8

After a long search, found a property "IsScreenCaptureEnabled" in the PhoneApplicationPage class, which can be used to enable/disable the screen capture in windows phones.

Unfortunately, the property is available only from Windows 8.1 and available from Windows Phone 8 Update 3 (GDR3)

For reference,

http://code.msdn.microsoft.com/windowsapps/Disable-screen-capture-00efe630

http://code.msdn.microsoft.com/windowsapps/Disable-screen-capture-00efe630/sourcecode?fileId=86655&pathId=2647585



Is there any other approach or workarounds to achieve this functionality?
Posted

1 solution

 
Share this answer
 
Comments
Naz_Firdouse 30-May-14 4:01am    
OP already mentioned that he is able to do that only after Windows Phone 8 Update 3 .

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900