Fix the notification issue after pSIM is auto enabled
Bug: 179933905 Test: Manually tested Change-Id: I52a751c515785618c9a1a5f3bc571687731b4552
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user