Use "Music & audio" as the title for the music view.
Change-Id: I33bc5ccf55ee09842368b2fd4a83b9fd492eded0 Fixes: 35713002 Test: Manual
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user