Update the deletion helper intent string.

Bug: 28675265
Change-Id: Ic56e1617d0cf66e347c3a9b31592de4737b19bb3
This commit is contained in:
Daniel Nishi
2016-06-21 16:06:12 -07:00
parent aad643caf2
commit bf8f896879
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;
}