Update Prevent Ringing summary when it turn off
Bug: 187145174 Test: manual & robotest Change-Id: Ifc06a38ff65f084db2803c56b5a37224c5b9b810
This commit is contained in:
@@ -92,8 +92,9 @@ public class PreventRingingParentPreferenceController extends TogglePreferenceCo
|
||||
case VOLUME_HUSH_MUTE:
|
||||
summary = mContext.getText(R.string.prevent_ringing_option_mute_summary);
|
||||
break;
|
||||
// VOLUME_HUSH_OFF
|
||||
default:
|
||||
summary = null;
|
||||
summary = mContext.getText(R.string.switch_off_text);
|
||||
}
|
||||
preference.setSummary(summary);
|
||||
}
|
||||
|
Reference in New Issue
Block a user