I would like to enable/disable Driving mode which is available on some Samsung devices (Galaxy S2, S3). I know I have to put something to system settings, but I don´t know what. So please advice me what values I should use or where I can find this information.
Settings.System.putInt(context.getContentResolver(), "something1", "something2");
Thank you in advance.