History log of /packages/services/Telephony/src/com/android/phone/IccNetworkDepersonalizationPanel.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
000846b649ebbbf94241ec56082f377a5a0441e6 20-Jun-2015 Jonathan Basseri <misterikkit@google.com> Removing deprecated overlay variables.

Many varibles were migrated from res/values/config.xml into
CarrierConfigManager.java. The override values based on MCC-MNC have
been migrated into packages/apps/CarrierConfig.
They should now be removed from these XML files.

For now, nothing is removed from the base config.xml until we can be
sure we have fixed every overlay, including the ones in the device/ and
vendor/ folders.

Bug: 20827908
Change-Id: I7df8a1a43a98eb012937131e6c650e75bcea91c1
/packages/services/Telephony/src/com/android/phone/IccNetworkDepersonalizationPanel.java
9504c6b5c5c7072f72d8a9e6df59dbda8a6ccbe4 04-Jun-2015 Jonathan Basseri <misterikkit@google.com> Renaming carrier config variable keys.

API council advised us to use KEY_NAME_TYPE for our key constants.

Bug: 21571894
Change-Id: Ib5d5aff1c9070d9e5913a4099fcf55c67b800150
/packages/services/Telephony/src/com/android/phone/IccNetworkDepersonalizationPanel.java
c31f1f32963534763aaf82ae2544f3a94f13edca 12-May-2015 Jonathan Basseri <misterikkit@google.com> Switching to PersistableBundle in carrier config API.

Part of this API involves persisting config bundles to avoid binding to
apps at critical moments (like boot). Regular bundles should not be
written to disk because they support object types that can lose their
meaning while the data is at rest.

In order to use PersistableBundle, we must either start with one or
filter unwanted types out of Bundle objects. Since the carrier config
API has no use for unsupported types, we chose to use PersistableBundle
everywhere.

Bug: 20268926
Change-Id: Ia85c1b2426907a5e6431095dbd3776213c7eb45d
/packages/services/Telephony/src/com/android/phone/IccNetworkDepersonalizationPanel.java
3649bdb5813200904d4e887306dfebb1a0beffa8 01-May-2015 Jonathan Basseri <misterikkit@google.com> Migrating more code to read config from CarrierConfigManager.

The following variables are now being read through the carrier config API.
config_voice_privacy_disable
config_show_onscreen_dial_button
config_enable_dialer_key_vibration
sim_network_unlock_allow_dismiss
voicemail_notification_persistent

Bug: 20270007
Change-Id: I4dc909ae32c23fc3f62c5d151ac2b19ef49dffe5
/packages/services/Telephony/src/com/android/phone/IccNetworkDepersonalizationPanel.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/IccNetworkDepersonalizationPanel.java