Merge "Update string for Adaptive sleep slice title." into rvc-dev am: b436d149e4 am: 8fd066d5d3 am: bb219af59b am: f753a5941d
Change-Id: Ie8f9f2d46471ea049ad2b98bafeacf6153f968a8
This commit is contained in:
@@ -81,7 +81,8 @@ public class ContextualAdaptiveSleepSlice implements CustomSliceable {
|
||||
if (isSettingsAvailable() && !isUserInteracted() && !isRecentlySetup() && !isTurnedOn()) {
|
||||
final IconCompat icon = IconCompat.createWithResource(mContext,
|
||||
R.drawable.ic_settings_adaptive_sleep);
|
||||
final CharSequence title = mContext.getText(R.string.adaptive_sleep_title);
|
||||
final CharSequence title =
|
||||
mContext.getText(R.string.adaptive_sleep_contextual_slice_title);
|
||||
final CharSequence subtitle = mContext.getText(
|
||||
R.string.adaptive_sleep_contextual_slice_summary);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user