Go to settings screen

Depending on your needs, there are a couple of alternatives to bring up the ‘Ringtones’ settings screen from your application. If you want to bring up the actual preferences screen that is usually available through system settings — letting your user modify the phone’s universal ringtone settings through your application — you can use the … Read more

Enabling Location mode High Accuracy or Battery saving, programmatically, without user needing to visit Settings

UPDATE 3: Prompt the user to change location settings as @patrickandroid, mentioned in comments, the link from second update is broken GoogleSamples; android Location and options – for code reference. UPDATE 2: GoogleSamples; – for code reference. This sample builds on the LocationUpdates sample included in this repo, and allows the user to update the … Read more