Merge "Fix the notification issue after pSIM is auto enabled" into sc-dev
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