* commit 'a218ebb090e3ac06d5c324bafb89e2d4d3ef7741': Implement default assist app setting
This commit is contained in:
@@ -791,14 +791,6 @@ public class InputMethodAndLanguageSettings extends SettingsPreferenceFragment
|
||||
indexables.add(indexable);
|
||||
}
|
||||
|
||||
// Voice input
|
||||
indexable = new SearchIndexableRaw(context);
|
||||
indexable.key = "voice_input_settings";
|
||||
indexable.title = context.getString(R.string.voice_input_settings);
|
||||
indexable.screenTitle = screenTitle;
|
||||
indexable.keywords = context.getString(R.string.keywords_voice_input);
|
||||
indexables.add(indexable);
|
||||
|
||||
// Text-to-speech.
|
||||
TtsEngines ttsEngines = new TtsEngines(context);
|
||||
if (!ttsEngines.getEngines().isEmpty()) {
|
||||
|
Reference in New Issue
Block a user