Merge "Implement a separate controller for ring volume" into tm-qpr-dev am: ee56e95f90
am: 4fc098dc1b
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20749598 Change-Id: I2ed97051fc0602324c12960e3696c4933911abcc Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
committed by
Automerger Merge Worker
commit
53c32d487a
@@ -196,7 +196,7 @@ public class CustomSliceRegistry {
|
||||
.build();
|
||||
|
||||
/**
|
||||
* Full {@link Uri} for the Ringer volume Slice.
|
||||
* 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)
|
||||
@@ -205,6 +205,16 @@ public class CustomSliceRegistry {
|
||||
.appendPath("ring_volume")
|
||||
.build();
|
||||
|
||||
/**
|
||||
* Full {@link Uri} for the Separate Ring volume Slice.
|
||||
*/
|
||||
public static final Uri VOLUME_SEPARATE_RING_URI = new Uri.Builder()
|
||||
.scheme(ContentResolver.SCHEME_CONTENT)
|
||||
.authority(SettingsSliceProvider.SLICE_AUTHORITY)
|
||||
.appendPath(SettingsSlicesContract.PATH_SETTING_ACTION)
|
||||
.appendPath("separate_ring_volume")
|
||||
.build();
|
||||
|
||||
/**
|
||||
* Full {@link Uri} for the Notification volume Slice.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user