History log of /packages/services/Telephony/sip/src/com/android/services/telephony/sip/SipPhoneAccountSettingsActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e50b1903f2e84de2d23c035f8444cb83e1ae6226 04-May-2015 Santos Cordon <santoscordon@google.com> Add an enable/disable phone-account preference.

Preference exists in telecom app and this just adds an intent-preference
to link to it.

This change also shifts the SIP Phone Account ID from the sip Uri,
which can be inconsistent in odd cases, to the profileName, which is
what the SipProfile code itself uses as an ID.

Bug: 20303449
Change-Id: I08ce910c18c94b59a190f49c26c05d5c700e5bf2
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/SipPhoneAccountSettingsActivity.java
6781b0c2375a905614781f8503bfd601f4020340 28-Apr-2015 Santos Cordon <santoscordon@google.com> Adding settings for connection services.

1) List all connection services in phone account settings.
2) Add icon to the settings listings
3) Adds code for SIP phone accounts to handle the standard
telecom CONFIGURE_CONNECTION_SERVICE intent. This means
that when a user clicks on the listed SIP account, they
will be taken to thats SIP profile's settings.
4) Added code to SipProfileDb to retrieve a single profile
by Uri.
5) Updated SipSettings to refresh list onResume(). This
allows deletes and updates made from the phone account
list to reflect the legacy Sip Profile Setting activity.

Bug: 20303449
Change-Id: If8dd98d17422c2f34a1ff1d3abd4c8e9fd81b496
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/SipPhoneAccountSettingsActivity.java