SDL/src/core/winrt
David Ludwig 7eaa3cd81d WinRT: added a means to display a privacy policy link via the Settings charm
This change is only relevant for Windows 8, 8.1, and RT apps, and only for those that are network-enabled.  Such apps must feature a link to a privacy policy, which must be displayed via the Windows Settings charm.  This is needed to pass Windows Store app-certification.

Using SDL_SetHint, along with SDL_HINT_WINRT_PRIVACY_POLICY_URL and optionally SDL_HINT_WINRT_PRIVACY_POLICY_LABEL, will cause SDL/WinRT to create a link inside the Windows Settings charm, as invoked from within an SDL-based app.

Network-enabled Windows Phone apps do not need to set this hint, and should provide some sort of in-app means to display their privacy policy.  Microsoft does not appear to provide an OS-integrated means for displaying such on Windows Phone.
2014-01-01 16:05:37 -05:00
..
SDL_winrtapp_common.cpp WinRT: added missing files 2013-09-22 23:17:25 -04:00
SDL_winrtapp_common.h WinRT: added missing files 2013-09-22 23:17:25 -04:00
SDL_winrtapp_direct3d.cpp WinRT: added a means to display a privacy policy link via the Settings charm 2014-01-01 16:05:37 -05:00
SDL_winrtapp_direct3d.h WinRT: added a means to display a privacy policy link via the Settings charm 2014-01-01 16:05:37 -05:00
SDL_winrtapp_xaml.cpp WinRT: unified the two, public, app-init functions 2013-09-22 12:26:53 -04:00
SDL_winrtapp_xaml.h WinRT: unified the two, public, app-init functions 2013-09-22 12:26:53 -04:00