Open "Backup and reset" in Settings Programmatically
I know this is old, But you can open Backup and Reset with this intent
Intent backupIntent = new Intent(Settings.ACTION_PRIVACY_SETTINGS);
startActivity(backupIntent);
I know this is old, But you can open Backup and Reset with this intent
Intent backupIntent = new Intent(Settings.ACTION_PRIVACY_SETTINGS);
startActivity(backupIntent);