diff --git a/api/current.xml b/api/current.xml index e6f37888781b7..7cb44d1329c0d 100644 --- a/api/current.xml +++ b/api/current.xml @@ -136069,6 +136069,17 @@ visibility="public" > + + - + + + + + @@ -384016,21 +384037,11 @@ deprecated="not deprecated" visibility="public" > - + - - - - - + - + - + - + - + - + @@ -384567,7 +384578,7 @@ deprecated="not deprecated" visibility="public" > - + @@ -384594,9 +384605,17 @@ deprecated="not deprecated" visibility="public" > - + - + + + @@ -384608,7 +384627,7 @@ deprecated="not deprecated" visibility="public" > - + @@ -384620,17 +384639,9 @@ deprecated="not deprecated" visibility="public" > - + - - - + @@ -384645,7 +384656,7 @@ deprecated="not deprecated" visibility="public" > - + @@ -384662,7 +384673,7 @@ deprecated="not deprecated" visibility="public" > - + @@ -384677,7 +384688,7 @@ deprecated="not deprecated" visibility="public" > - + @@ -384692,7 +384703,7 @@ deprecated="not deprecated" visibility="public" > - + @@ -384707,7 +384718,7 @@ deprecated="not deprecated" visibility="public" > - + @@ -384722,7 +384733,7 @@ deprecated="not deprecated" visibility="public" > - + @@ -384737,7 +384748,7 @@ deprecated="not deprecated" visibility="public" > - + @@ -384752,7 +384763,7 @@ deprecated="not deprecated" visibility="public" > - + @@ -384767,7 +384778,7 @@ deprecated="not deprecated" visibility="public" > - + @@ -384782,7 +384793,7 @@ deprecated="not deprecated" visibility="public" > - + - + - + @@ -384856,7 +384867,7 @@ deprecated="not deprecated" visibility="public" > - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -385052,7 +385063,7 @@ deprecated="not deprecated" visibility="public" > - + @@ -385069,7 +385080,7 @@ deprecated="not deprecated" visibility="public" > - + @@ -385086,7 +385097,7 @@ deprecated="not deprecated" visibility="public" > - + @@ -385103,7 +385114,7 @@ deprecated="not deprecated" visibility="public" > - + @@ -385120,7 +385131,7 @@ deprecated="not deprecated" visibility="public" > - + @@ -385137,7 +385148,7 @@ deprecated="not deprecated" visibility="public" > - + - + - + @@ -385259,7 +385270,7 @@ deprecated="not deprecated" visibility="public" > - + @@ -385287,7 +385298,7 @@ deprecated="not deprecated" visibility="public" > - + @@ -385302,7 +385313,7 @@ deprecated="not deprecated" visibility="public" > - + @@ -385317,7 +385328,7 @@ deprecated="not deprecated" visibility="public" > - + @@ -385332,7 +385343,7 @@ deprecated="not deprecated" visibility="public" > - + @@ -385353,7 +385364,7 @@ deprecated="not deprecated" visibility="public" > - + - + - + @@ -385470,7 +385481,7 @@ deprecated="not deprecated" visibility="public" > - + - + - + - + diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 66f340e32ae60..13f87803ffa5c 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -2457,6 +2457,11 @@ public final class Settings { */ public static final String TTS_DEFAULT_VARIANT = "tts_default_variant"; + /** + * Space delimited list of plugin packages that are enabled. + */ + public static final String TTS_ENABLED_PLUGINS = "tts_enabled_plugins"; + /** * Whether to notify the user of open networks. *

@@ -3286,6 +3291,7 @@ public final class Settings { TTS_DEFAULT_SYNTH, TTS_DEFAULT_LANG, TTS_DEFAULT_COUNTRY, + TTS_ENABLED_PLUGINS, WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, WIFI_NETWORKS_AVAILABLE_REPEAT_DELAY, WIFI_NUM_ALLOWED_CHANNELS,