summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorJack Yu <jackyu@google.com>2020-01-10 17:24:58 -0800
committerJack Yu <jackyu@google.com>2020-01-14 22:59:05 +0000
commitc3133cbc57fe00591a7881f1811b41e95209ab50 (patch)
treef1721f2c7ca4a7da9b017028c710a82d2e9c179d /core/java
parent32f525c97561925362030b9ceeebae96a4d63e2e (diff)
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 Merged-In: I5746fe32674131b474e784bd5dd62ecff76386d5 Change-Id: I5746fe32674131b474e784bd5dd62ecff76386d5 (cherry picked from commit bcbe46816c7febb2641413e363cb634f7fb8f18b)
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/provider/Telephony.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/java/android/provider/Telephony.java b/core/java/android/provider/Telephony.java
index aa1756a2d540..90ac821363b2 100644
--- a/core/java/android/provider/Telephony.java
+++ b/core/java/android/provider/Telephony.java
@@ -4093,7 +4093,6 @@ public final class Telephony {
* <li>{@link #ENABLE_CMAS_PRESIDENTIAL_PREF}</li>
* <li>{@link #ENABLE_ALERT_VIBRATION_PREF}</li>
* <li>{@link #ENABLE_EMERGENCY_PERF}</li>
- * <li>{@link #ENABLE_FULL_VOLUME_PREF}</li>
* <li>{@link #ENABLE_CMAS_IN_SECOND_LANGUAGE_PREF}</li>
* </ul>
* @hide
@@ -4156,10 +4155,6 @@ public final class Telephony {
public static final @NonNull String ENABLE_EMERGENCY_PERF =
"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 */
public static final @NonNull String ENABLE_CMAS_IN_SECOND_LANGUAGE_PREF =
"receive_cmas_in_second_language";