[Catalyst] Add more constants to SettingsContract
Bug: 388061003 Flag: EXEMPT refactor Test: N/A Change-Id: I906b345a56fa87909411ef64c73e2696240388ae
This commit is contained in:
@@ -141,7 +141,7 @@ public class CustomSliceRegistry {
|
||||
.scheme(ContentResolver.SCHEME_CONTENT)
|
||||
.authority(SettingsSliceProvider.SLICE_AUTHORITY)
|
||||
.appendEncodedPath(SettingsSlicesContract.PATH_SETTING_ACTION)
|
||||
.appendPath("mobile_data")
|
||||
.appendPath(SettingsContractKt.KEY_MOBILE_DATA)
|
||||
.build();
|
||||
|
||||
/**
|
||||
@@ -220,7 +220,7 @@ public class CustomSliceRegistry {
|
||||
.scheme(ContentResolver.SCHEME_CONTENT)
|
||||
.authority(SettingsSliceProvider.SLICE_AUTHORITY)
|
||||
.appendPath(SettingsSlicesContract.PATH_SETTING_INTENT)
|
||||
.appendPath(WifiCallingSliceHelper.PATH_WIFI_CALLING)
|
||||
.appendPath(SettingsContractKt.KEY_WIFI_CALLING)
|
||||
.build();
|
||||
/**
|
||||
* Full {@link Uri} for the Wifi Calling Preference Slice.
|
||||
|
Reference in New Issue
Block a user