Merge \"Update the deletion helper intent string.\" into nyc-mr1-dev

am: 148a56f156

Change-Id: I796da8879deede67d28321680b96ff890699c718
This commit is contained in:
Daniel Nishi
2016-06-29 21:47:16 +00:00
committed by android-build-merger
2 changed files with 3 additions and 2 deletions

View File

@@ -445,7 +445,7 @@ public class PrivateVolumeSettings extends SettingsPreferenceFragment {
return true;
case R.id.storage_free:
final Intent deletion_helper_intent =
new Intent(Settings.ACTION_DELETION_HELPER_SETTINGS);
new Intent(StorageManager.ACTION_MANAGE_STORAGE);
startActivity(deletion_helper_intent);
return true;
}