Add Notification Channel slice to Contextual Settings Homepage
Bug: 119831690 Test: visual, robotests Change-Id: Ia8d020dcdab181497d4ae4bf968ea641b6908622
This commit is contained in:
@@ -154,6 +154,15 @@ public class CustomSliceRegistry {
|
||||
.appendEncodedPath(SettingsSlicesContract.PATH_SETTING_INTENT)
|
||||
.appendPath("low_storage")
|
||||
.build();
|
||||
/**
|
||||
* Backing Uri for Notification channel Slice.
|
||||
*/
|
||||
public static final Uri NOTIFICATION_CHANNEL_SLICE_URI = new Uri.Builder()
|
||||
.scheme(ContentResolver.SCHEME_CONTENT)
|
||||
.authority(SettingsSliceProvider.SLICE_AUTHORITY)
|
||||
.appendPath(SettingsSlicesContract.PATH_SETTING_ACTION)
|
||||
.appendPath("notification_channel")
|
||||
.build();
|
||||
/**
|
||||
* Backing Uri for the storage slice.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user