Do not migrate use full volume shared preference
Use full volume has been renamed to override DnD and the toggle is now only available for certain countries. We intended not to provide the ability to migrate this shared preference as it might cause issue for users who already changed the preference. After mainline migration, override DnD should be always reset to default value of that country. Test: Manual Bug: 147426188 Change-Id: I5746fe32674131b474e784bd5dd62ecff76386d5
This commit is contained in:
@@ -44969,7 +44969,7 @@ package android.telephony {
|
|||||||
field public static final String KEY_ALLOW_LOCAL_DTMF_TONES_BOOL = "allow_local_dtmf_tones_bool";
|
field public static final String KEY_ALLOW_LOCAL_DTMF_TONES_BOOL = "allow_local_dtmf_tones_bool";
|
||||||
field public static final String KEY_ALLOW_MERGE_WIFI_CALLS_WHEN_VOWIFI_OFF_BOOL = "allow_merge_wifi_calls_when_vowifi_off_bool";
|
field public static final String KEY_ALLOW_MERGE_WIFI_CALLS_WHEN_VOWIFI_OFF_BOOL = "allow_merge_wifi_calls_when_vowifi_off_bool";
|
||||||
field public static final String KEY_ALLOW_NON_EMERGENCY_CALLS_IN_ECM_BOOL = "allow_non_emergency_calls_in_ecm_bool";
|
field public static final String KEY_ALLOW_NON_EMERGENCY_CALLS_IN_ECM_BOOL = "allow_non_emergency_calls_in_ecm_bool";
|
||||||
field public static final String KEY_ALWAYS_SHOW_EMERGENCY_ALERT_ONOFF_BOOL = "always_show_emergency_alert_onoff_bool";
|
field @Deprecated public static final String KEY_ALWAYS_SHOW_EMERGENCY_ALERT_ONOFF_BOOL = "always_show_emergency_alert_onoff_bool";
|
||||||
field public static final String KEY_APN_EXPAND_BOOL = "apn_expand_bool";
|
field public static final String KEY_APN_EXPAND_BOOL = "apn_expand_bool";
|
||||||
field public static final String KEY_AUTO_RETRY_ENABLED_BOOL = "auto_retry_enabled_bool";
|
field public static final String KEY_AUTO_RETRY_ENABLED_BOOL = "auto_retry_enabled_bool";
|
||||||
field public static final String KEY_CALL_BARRING_SUPPORTS_DEACTIVATE_ALL_BOOL = "call_barring_supports_deactivate_all_bool";
|
field public static final String KEY_CALL_BARRING_SUPPORTS_DEACTIVATE_ALL_BOOL = "call_barring_supports_deactivate_all_bool";
|
||||||
|
|||||||
@@ -7819,7 +7819,6 @@ package android.provider {
|
|||||||
field @NonNull public static final String ENABLE_CMAS_PRESIDENTIAL_PREF = "enable_cmas_presidential_alerts";
|
field @NonNull public static final String ENABLE_CMAS_PRESIDENTIAL_PREF = "enable_cmas_presidential_alerts";
|
||||||
field @NonNull public static final String ENABLE_CMAS_SEVERE_THREAT_PREF = "enable_cmas_severe_threat_alerts";
|
field @NonNull public static final String ENABLE_CMAS_SEVERE_THREAT_PREF = "enable_cmas_severe_threat_alerts";
|
||||||
field @NonNull public static final String ENABLE_EMERGENCY_PERF = "enable_emergency_alerts";
|
field @NonNull public static final String ENABLE_EMERGENCY_PERF = "enable_emergency_alerts";
|
||||||
field @NonNull public static final String ENABLE_FULL_VOLUME_PREF = "use_full_volume";
|
|
||||||
field @NonNull public static final String ENABLE_PUBLIC_SAFETY_PREF = "enable_public_safety_messages";
|
field @NonNull public static final String ENABLE_PUBLIC_SAFETY_PREF = "enable_public_safety_messages";
|
||||||
field @NonNull public static final String ENABLE_STATE_LOCAL_TEST_PREF = "enable_state_local_test_alerts";
|
field @NonNull public static final String ENABLE_STATE_LOCAL_TEST_PREF = "enable_state_local_test_alerts";
|
||||||
field @NonNull public static final String ENABLE_TEST_ALERT_PREF = "enable_test_alerts";
|
field @NonNull public static final String ENABLE_TEST_ALERT_PREF = "enable_test_alerts";
|
||||||
|
|||||||
@@ -4140,7 +4140,6 @@ public final class Telephony {
|
|||||||
* <li>{@link #ENABLE_CMAS_PRESIDENTIAL_PREF}</li>
|
* <li>{@link #ENABLE_CMAS_PRESIDENTIAL_PREF}</li>
|
||||||
* <li>{@link #ENABLE_ALERT_VIBRATION_PREF}</li>
|
* <li>{@link #ENABLE_ALERT_VIBRATION_PREF}</li>
|
||||||
* <li>{@link #ENABLE_EMERGENCY_PERF}</li>
|
* <li>{@link #ENABLE_EMERGENCY_PERF}</li>
|
||||||
* <li>{@link #ENABLE_FULL_VOLUME_PREF}</li>
|
|
||||||
* <li>{@link #ENABLE_CMAS_IN_SECOND_LANGUAGE_PREF}</li>
|
* <li>{@link #ENABLE_CMAS_IN_SECOND_LANGUAGE_PREF}</li>
|
||||||
* </ul>
|
* </ul>
|
||||||
* @hide
|
* @hide
|
||||||
@@ -4203,10 +4202,6 @@ public final class Telephony {
|
|||||||
public static final @NonNull String ENABLE_EMERGENCY_PERF =
|
public static final @NonNull String ENABLE_EMERGENCY_PERF =
|
||||||
"enable_emergency_alerts";
|
"enable_emergency_alerts";
|
||||||
|
|
||||||
/** Preference to enable volume for alerts */
|
|
||||||
public static final @NonNull String ENABLE_FULL_VOLUME_PREF =
|
|
||||||
"use_full_volume";
|
|
||||||
|
|
||||||
/** Preference to enable receive alerts in second language */
|
/** Preference to enable receive alerts in second language */
|
||||||
public static final @NonNull String ENABLE_CMAS_IN_SECOND_LANGUAGE_PREF =
|
public static final @NonNull String ENABLE_CMAS_IN_SECOND_LANGUAGE_PREF =
|
||||||
"receive_cmas_in_second_language";
|
"receive_cmas_in_second_language";
|
||||||
|
|||||||
@@ -847,9 +847,12 @@ public class CarrierConfigManager {
|
|||||||
"carrier_force_disable_etws_cmas_test_bool";
|
"carrier_force_disable_etws_cmas_test_bool";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The default flag specifying whether "Turn on Notifications" option will be always shown in
|
* The default flag specifying whether "Allow alerts" option will be always shown in
|
||||||
* Settings->More->Emergency broadcasts menu regardless developer options is turned on or not.
|
* emergency alerts settings regardless developer options is turned on or not.
|
||||||
|
*
|
||||||
|
* @deprecated The allow alerts option is always shown now. No longer need a config for that.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public static final String KEY_ALWAYS_SHOW_EMERGENCY_ALERT_ONOFF_BOOL =
|
public static final String KEY_ALWAYS_SHOW_EMERGENCY_ALERT_ONOFF_BOOL =
|
||||||
"always_show_emergency_alert_onoff_bool";
|
"always_show_emergency_alert_onoff_bool";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user