summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/tts
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2015-03-18 15:38:58 -0400
committerJohn Spurlock <jspurlock@google.com>2015-03-18 15:51:15 -0400
commit9a23adf69dc53126c9858b19760eab5b67c23b97 (patch)
treec818d505cc73dba1fbe93fa87ef52187a0087d5d /src/com/android/settings/tts
parent7df81615b1041e543d20b81e343794fdeb3144e7 (diff)
downloadpackages_apps_Settings-9a23adf69dc53126c9858b19760eab5b67c23b97.zip
packages_apps_Settings-9a23adf69dc53126c9858b19760eab5b67c23b97.tar.gz
packages_apps_Settings-9a23adf69dc53126c9858b19760eab5b67c23b97.tar.bz2
Settings: Remove all unused imports.
Change-Id: Iebfa52cb849d69974c94902b0b020893cf5618a3
Diffstat (limited to 'src/com/android/settings/tts')
-rw-r--r--src/com/android/settings/tts/TextToSpeechSettings.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/settings/tts/TextToSpeechSettings.java b/src/com/android/settings/tts/TextToSpeechSettings.java
index b16ab56..fa61aec 100644
--- a/src/com/android/settings/tts/TextToSpeechSettings.java
+++ b/src/com/android/settings/tts/TextToSpeechSettings.java
@@ -28,7 +28,6 @@ import android.app.AlertDialog;
import android.content.ActivityNotFoundException;
import android.content.ContentResolver;
import android.content.Intent;
-import android.os.AsyncTask;
import android.os.Bundle;
import android.preference.ListPreference;
import android.preference.Preference;