Created Multi-SIM notifications.

+ On Multi-SIM devices a notificaiton will pop up when a SIM card is
added, removed, or replaced.
+ The notification informs the user there has been a change in SIMs and
they can tap the notification to go SIM Card Settings.

Bug: 18293625

Change-Id: Iad1e5e0cf469e7bdfc43b2c18dd0586d042bb784
This commit is contained in:
PauloftheWest
2014-10-30 08:01:30 -07:00
parent 26104298eb
commit 63f7bc87d8
10 changed files with 157 additions and 1 deletions

View File

@@ -131,6 +131,8 @@ public class SimSettings extends RestrictedSettingsFragment implements Indexable
createPreferences();
updateAllOptions();
SimBootReceiver.cancelNotification(getActivity());
}
private void createPreferences() {
@@ -583,5 +585,4 @@ public class SimSettings extends RestrictedSettingsFragment implements Indexable
return result;
}
};
}