I read in an other thread that it isn't possible to change the system date and time from an app.
But maybe it is possible to launch the native android Settings window for date and time. So the date and time could be corrected there.
How can I do this?
Interesting... is there a full list of these anywhere? I want to do the same but for the lock screen settings.
I know I cannot directly change the lock settings but would like a quick way to launch the settings scree.
Tried ACTION_SECURITY_SETTINGS and a few others I found via Google but none that work.
Thanks
Ha ha... I had been reading the article wrong... link here: http://developer.android.com/reference/android/provider/Settings.html
Whilst it showed it as ACTION_SECURITY_SETTINGS the intent constant is "android.settings.SECURITY_SETTINGS"
This is not the one I want but I am getting there, I will have to try each intent in turn to find out which one (if any) has the desired effect...