[Settings] configuration for hidding SIM notification UI
Hide SIM notification UI based on configuraion. Bug: 240515161 Test: test cases and local testing Change-Id: I07d9ddeb96ca590decf28126ce97fba4c1783304
This commit is contained in:
@@ -143,6 +143,7 @@ public class SimSelectNotificationTest {
|
||||
when(mSubInfo.getDisplayName()).thenReturn(mFakeDisplayName);
|
||||
when(mContext.getResources()).thenReturn(mResources);
|
||||
|
||||
when(mResources.getBoolean(R.bool.config_show_sim_info)).thenReturn(true);
|
||||
when(mResources.getText(R.string.enable_sending_mms_notification_title))
|
||||
.thenReturn(mFakeNotificationTitle);
|
||||
when(mResources.getText(R.string.enable_mms_notification_channel_title))
|
||||
|
Reference in New Issue
Block a user