History log of /packages/apps/Settings/src/com/android/settings/SmsDefaultDialog.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c13b950b029bf5302d0f38a82e6e08c321902524 22-Feb-2017 Fan Zhang <zhfan@google.com> Don't show afw default app pref if there is no candidate.

Change-Id: I25f077662264406a8a4d819db7b4713be753a33b
Fix: 22564285
Test: make RunSettingsRoboTests
/packages/apps/Settings/src/com/android/settings/SmsDefaultDialog.java
c9b9898e9aafe76594323a41e8954cb08d02818f 14-Jul-2016 Fyodor Kupolov <fkupolov@google.com> Application names are now lazily loaded

Previously when SmsApplication.getDefaultApplication was called, application
names were loaded for all candidate apps. The problem with that approach
that names are expensive to load and not always needed.

The implementation has been changed to only load application name when
it's requested by getApplicationName(Context).

Bug: 26237300
Change-Id: Ia711b7db8b979af8f7a1be7eefbce20f3e0ab1df
/packages/apps/Settings/src/com/android/settings/SmsDefaultDialog.java
7ea14c5625c988a81c09625f54faed846fc07ec7 22-Jan-2016 Jason Monk <jmonk@google.com> Move Home settings to Default apps

Change-Id: I2ac7f9dd2c1c505ff3163b2a90c574a360b9409c
/packages/apps/Settings/src/com/android/settings/SmsDefaultDialog.java
1cb267ae67fdff22e2058eb3ee1e6b32994f24d6 03-Jun-2015 Ye Wen <ywen@google.com> Enhance change default SMS app dialog to show list of apps

Settings shows a dialog to android.provider.Telephony.ACTION_CHANGE_DEFAULT
intent to confirm if user wants to change default SMS app to a new one.
This is used by SMS apps to obtain default status. In the opposite direction,
i.e. giving up default status, SMS apps have to bring up the wireless
settings page where the default SMS app setting was originally located.
MNC moved this setting to a different location therefore broke the
function. This change enhances the SmsDefaultDialog to display a list of
SMS apps so that user can choose a different default SMS app, when the
new default SMS app package name is not specified within the above
intent.

b/20430567

Change-Id: I75d518900a7cf17f51b0d466bc2d062c470790bb
/packages/apps/Settings/src/com/android/settings/SmsDefaultDialog.java
9a23adf69dc53126c9858b19760eab5b67c23b97 18-Mar-2015 John Spurlock <jspurlock@google.com> Settings: Remove all unused imports.

Change-Id: Iebfa52cb849d69974c94902b0b020893cf5618a3
/packages/apps/Settings/src/com/android/settings/SmsDefaultDialog.java
a3c0a535d15d897fc2b799811727a17eb79f773e 29-Dec-2013 Dave Daynard <nardholio@gmail.com> Allow tablets to send SMS if enabled in device overlays (1/2)

Change-Id: I51771c28415352ee0838fa1507a1461c652d56e8
/packages/apps/Settings/src/com/android/settings/SmsDefaultDialog.java
1c17255d5edadaf1790af365d2ed5f962a7bcc65 07-Oct-2013 David Braun <dabraun@google.com> Block "SMS Default Dialog" on non-phone devices

This change also handles the case where getDefaultSmsApplication returns
null more elegantly, though this is only really possible on a device that
is a tablet (blocked earlier in the method) or a phone device that had no
SMS apps at boot (when we force the setting of an SMS app.)

Bug: 11072894 People app should not launch into default SMS app on tablets
Change-Id: I1e253873e053c21bc1652bd03d7b486aaf9be5e1
/packages/apps/Settings/src/com/android/settings/SmsDefaultDialog.java
4e9f04de0a6511086f47479addb53b84c3bb9763 16-Sep-2013 David Braun <dabraun@google.com> Implement new method for handling SMS/MMS on the platform

Multi project change:
The changes in this project update the settings app to support the new
default SMS app setting. I have also updated the order of the wireless
settings in the UX as per request from rachelg.

Bug: 10449618
Change-Id: Iba1ac6ea3f29c2a72af83b122ec5ea3a16a28e58
/packages/apps/Settings/src/com/android/settings/SmsDefaultDialog.java