加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20090219000957/http://developer.android.com:80/reference/android/text/AutoText.html
public class

AutoText

extends Object
java.lang.Object
   ↳ android.text.AutoText

Class Overview

This class accesses a dictionary of corrections to frequent misspellings.

Summary

Public Methods
static String get(CharSequence src, int start, int end, View view)
Retrieves a possible spelling correction for the specified range of text.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static String get (CharSequence src, int start, int end, View view)

Retrieves a possible spelling correction for the specified range of text. Returns null if no correction can be found. The View is used to get the current Locale and Resources.