datetime - Navigating to date time settings screen from my Windows Phone Application -
i want modify system time in windows phone if doesn't matches server time, want prompt user change date time redirecting them date time settings screen.
this code have used android
new intent(android.provider.settings.actiondatesettings);
suggest me way same in windows phone.
i don't think you'll able access date , time settings panel thought access settings page application.
connectionsettingstask connectionsettingstask = new connectionsettingstask(); connectionsettingstask.connectionsettingstype = connectionsettingstype.wifi; connectionsettingstask.show();
have @ these: how link specific system-setting in windows phone app?
http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj662937(v=vs.105).aspx
http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh394011(v=vs.105).aspx
hope helps!
Comments
Post a Comment