491fd4e3ce586271d4c1b1c1ead5863cd16bbca3 |
|
12-Oct-2017 |
Brad Ebinger <breadley@google.com> |
Detect invalid Call Forwarding numbers and replace When there is an invalid Call Forwarding number returned by the network from a query, optionally replace the invalid number with "Voicemail". This option is controlled by a new carrier config option KEY_CALL_FORWARDING_MAP_NON_NUMBER_TO_VOICEMAIL_BOOL. Bug: 67267077 Test: Manual Change-Id: I3ce36278790e8f09c1ee26c1b85d652efbcd025a
/packages/services/Telephony/src/com/android/phone/GsmUmtsCallForwardOptions.java
|
59b6e78da15af6bf8706f22ed7176b14f7ca59f7 |
|
03-Oct-2017 |
Tyler Gunn <tgunn@google.com> |
Remove "DBG" tags for Call Forwarding UX. The DBG tag is always false, making it impossible to debug CF setup issues in userdebug builds. Test: Verified logs are now shown at debug level. Bug: 67267077 Change-Id: I3fe25e21c54211fd46fae3c6a50a72796a33da3e
/packages/services/Telephony/src/com/android/phone/GsmUmtsCallForwardOptions.java
|
dd4f6df7bf726284b0747405307de54e0c0acabb |
|
10-Dec-2014 |
Andrew Lee <anwlee@google.com> |
Don't set settings titles for single SIM devices. The seemingly most straightforward way to accomplish this is pass a context into SubscriptionInfoHelper, and check TelephonyManager for the device SIM capability before setting any title. Leave the Context parameter in getIntent() because of how CallFeaturesSetting may be creating an intent for a different activity (handling the up arrow). Bug: 18692675 Change-Id: I689e0db066a16ba06bda6e0fd68b6d25e9c698b9
/packages/services/Telephony/src/com/android/phone/GsmUmtsCallForwardOptions.java
|
5efb112905b222d1a5b2e1052a94b7a7dfbe66d2 |
|
05-Dec-2014 |
Andrew Lee <anwlee@google.com> |
Pass subId on intent back to call settings. Use the subscription info helper to configure the intent dispatched when the UP arrow is clicked so that the user navigates backwards to Call Settings for the SIM which they have been viewing. Bug: 18633885 Change-Id: If89a5f280e058d88c13ac52c2070b7a248f63bea
/packages/services/Telephony/src/com/android/phone/GsmUmtsCallForwardOptions.java
|
2b36ba2d3b68fce3e44078c1bdedf9af00b7fc5b |
|
06-Nov-2014 |
Andrew Lee <anwlee@google.com> |
Add MSIM support for Call Forwarding. + Set subcription info dynamically on intents to open GsmUmtsCallForwardOptions and GsmUmtsAdditionalCallOptions. + Allow phone to be set on initialization for the preferences used in those settings. Bug: 18114923 Bug: 18233808 Bug: 18233614 Change-Id: I79a708872ea57ff9ba7a52a61835204caf156733
/packages/services/Telephony/src/com/android/phone/GsmUmtsCallForwardOptions.java
|
7d4ddf6dc0d7c8158bac3a5dec7936e837e95bdd |
|
10-Jul-2013 |
Santos Cordon <santoscordon@google.com> |
Blanket copy of PhoneApp to services/Telephony. First phase of splitting out InCallUI from PhoneApp. Change-Id: I237341c4ff00e96c677caa4580b251ef3432931b
/packages/services/Telephony/src/com/android/phone/GsmUmtsCallForwardOptions.java
|