diff options
Diffstat (limited to 'core/java/android/provider/Settings.java')
| -rw-r--r-- | core/java/android/provider/Settings.java | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index d456813478d8..19e9a67bc0f0 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -16,6 +16,8 @@ package android.provider; + + import android.annotation.SdkConstant; import android.annotation.SdkConstant.SdkConstantType; import android.content.ComponentName; @@ -45,6 +47,7 @@ import java.net.URISyntaxException; import java.util.HashMap; import java.util.HashSet; + /** * The Settings provider contains global system-level device preferences. */ @@ -3630,15 +3633,6 @@ public final class Settings { */ public static final String VOICE_RECOGNITION_SERVICE = "voice_recognition_service"; - - /** - * The {@link ComponentName} string of the service to be used as the spell checker - * service which is one of the services managed by the text service manager. - * - * @hide - */ - public static final String SPELL_CHECKER_SERVICE = "spell_checker_service"; - /** * What happens when the user presses the Power button while in-call * and the screen is on.<br/> |
