diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 6 | ||||
-rw-r--r-- | api/system-current.txt | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/api/current.txt b/api/current.txt index 57d1c6d..d7b5982 100644 --- a/api/current.txt +++ b/api/current.txt @@ -28562,7 +28562,7 @@ package android.service.carrier { public abstract class CarrierConfigService extends android.app.Service { ctor public CarrierConfigService(); method public final android.os.IBinder onBind(android.content.Intent); - method public abstract android.os.Bundle onLoadConfig(android.service.carrier.CarrierIdentifier); + method public abstract android.os.PersistableBundle onLoadConfig(android.service.carrier.CarrierIdentifier); field public static final java.lang.String SERVICE_INTERFACE = "android.service.carrier.CarrierConfigService"; } @@ -30550,8 +30550,8 @@ package android.telecom { package android.telephony { public class CarrierConfigManager { - method public android.os.Bundle getConfig(); - method public android.os.Bundle getConfigForSubId(int); + method public android.os.PersistableBundle getConfig(); + method public android.os.PersistableBundle getConfigForSubId(int); method public void reloadCarrierConfigForSubId(int); field public static final java.lang.String ACTION_CARRIER_CONFIG_CHANGED = "android.telephony.action.CARRIER_CONFIG_CHANGED"; field public static final java.lang.String BOOL_ADDITIONAL_CALL_SETTING = "bool_additional_call_setting"; diff --git a/api/system-current.txt b/api/system-current.txt index 204a0b4..832895c 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -30587,7 +30587,7 @@ package android.service.carrier { public abstract class CarrierConfigService extends android.app.Service { ctor public CarrierConfigService(); method public final android.os.IBinder onBind(android.content.Intent); - method public abstract android.os.Bundle onLoadConfig(android.service.carrier.CarrierIdentifier); + method public abstract android.os.PersistableBundle onLoadConfig(android.service.carrier.CarrierIdentifier); field public static final java.lang.String SERVICE_INTERFACE = "android.service.carrier.CarrierConfigService"; } @@ -32727,9 +32727,9 @@ package android.telecom { package android.telephony { public class CarrierConfigManager { - method public android.os.Bundle getConfig(); - method public android.os.Bundle getConfigForSubId(int); - method public static android.os.Bundle getDefaultConfig(); + method public android.os.PersistableBundle getConfig(); + method public android.os.PersistableBundle getConfigForSubId(int); + method public static android.os.PersistableBundle getDefaultConfig(); method public void reloadCarrierConfigForSubId(int); method public void updateConfigForPhoneId(int, java.lang.String); field public static final java.lang.String ACTION_CARRIER_CONFIG_CHANGED = "android.telephony.action.CARRIER_CONFIG_CHANGED"; |