Use "Music & audio" as the title for the music view.

Change-Id: I33bc5ccf55ee09842368b2fd4a83b9fd492eded0
Fixes: 35713002
Test: Manual
This commit is contained in:
Daniel Nishi
2017-02-27 17:23:00 -08:00
parent 5ac2e138b1
commit b6059a9e98
2 changed files with 2 additions and 4 deletions

View File

@@ -225,7 +225,7 @@ public class StorageItemPreferenceController extends PreferenceController {
args.putString(ManageApplications.EXTRA_VOLUME_NAME, mVolume.getDescription());
args.putInt(ManageApplications.EXTRA_STORAGE_TYPE, ManageApplications.STORAGE_TYPE_MUSIC);
return Utils.onBuildStartFragmentIntent(mContext,
ManageApplications.class.getName(), args, null, R.string.audio_storage_title, null,
ManageApplications.class.getName(), args, null, R.string.storage_music_audio, null,
false, mMetricsFeatureProvider.getMetricsCategory(mFragment));
}