Remove ring_volume from VolumePanel
And from CustomSliceRegistry. Bug: b/305280122 Test: make ROBOTEST_FILTER=VolumePanelTest RunSettingsRoboTests -j40 Change-Id: Iff444011399f09a5350de8aeacb724467364b61a
This commit is contained in:
@@ -195,16 +195,6 @@ public class CustomSliceRegistry {
|
||||
.appendPath("media_volume")
|
||||
.build();
|
||||
|
||||
/**
|
||||
* Full {@link Uri} for the Ringer volume Slice. (Ring & notification combined)
|
||||
*/
|
||||
public static final Uri VOLUME_RINGER_URI = new Uri.Builder()
|
||||
.scheme(ContentResolver.SCHEME_CONTENT)
|
||||
.authority(SettingsSliceProvider.SLICE_AUTHORITY)
|
||||
.appendPath(SettingsSlicesContract.PATH_SETTING_ACTION)
|
||||
.appendPath("ring_volume")
|
||||
.build();
|
||||
|
||||
/**
|
||||
* Full {@link Uri} for the Separate Ring volume Slice.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user