History log of /packages/apps/Settings/src/com/android/settings/sim/SimSelectNotification.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
679f7ad07e4e2a4b4c6645d05bca92790394c2fd 25-Mar-2016 Udam Saini <udam@google.com> Prevents users from being added if device is not provisioned

Also added a utility function for checking provisioning, instead of
repeating code for this check in several places.

bug:26156445
Change-Id: I9f4a280dd0cdf889f892e386dbf6a3fdb2a052ef
/packages/apps/Settings/src/com/android/settings/sim/SimSelectNotification.java
d2b0fc066c9feedb988db59abd410203777a5f38 25-Jan-2016 Shishir Agrawal <shishir@google.com> Unhiding MSIM APIs.

1. Unhide MSIM APIs in TelephonyManager that already have non-MSIM equivalent
APIs public.
2. Make MSIM API naming consistent (overloaded, no suffix).
3. Unhide APIs in SubscriptionManager that are necessary for MSIM.

Bug: 26772894
Change-Id: I69471769ece56dd2d505f087d2ed3b585eb4b2d0
/packages/apps/Settings/src/com/android/settings/sim/SimSelectNotification.java
39b467482d1bf256a111c757e9b7621c6f523271 10-Sep-2015 Jason Monk <jmonk@google.com> Depend on support lib preferences

Bug: 24576551
Change-Id: Ic6190bacd3f7582c9bbc8de972da4612bd92421e
/packages/apps/Settings/src/com/android/settings/sim/SimSelectNotification.java
9d7eb49e7bef7d8bf599bf1e85350e29e93b2f4a 01-Jun-2015 Sanket Padawe <sanketpadawe@google.com> Send sim change notification based on sim state change.

+ Send sim change notifications based on Sim state change rather then based
on subscription change.
+ Make SimSettings dynamically update based on subscriptions changed. Would
support hotswap which was not supported before this.

Bug: 20739298
Bug: 18385348
Change-Id: I5bb4b05f55b94eb0ed2a1a83fe2f168192b2b684
/packages/apps/Settings/src/com/android/settings/sim/SimSelectNotification.java