Fix the notification issue after pSIM is auto enabled

Bug: 179933905
Test: Manually tested
Change-Id: I52a751c515785618c9a1a5f3bc571687731b4552
This commit is contained in:
Jiashen Wang
2021-02-12 16:09:03 -08:00
parent 6c70707655
commit 15e7a0bce4
2 changed files with 7 additions and 0 deletions

View File

@@ -88,6 +88,11 @@ public class SimActivationNotifier {
SIM_SETUP_CHANNEL_ID,
mContext.getString(R.string.sim_setup_channel_id),
NotificationManager.IMPORTANCE_HIGH));
mNotificationManager.createNotificationChannel(
new NotificationChannel(
SWITCH_SLOT_CHANNEL_ID,
mContext.getString(R.string.sim_switch_channel_id),
NotificationManager.IMPORTANCE_HIGH));
}
/**