diff options
author | Scott Main <smain@google.com> | 2011-01-07 14:38:23 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2011-01-26 14:58:19 -0800 |
commit | f4f05b8f24183b9e0d6959fe8b71fb88543edd9b (patch) | |
tree | eec484b96bc634afa3e31f6a44891c534c9c5832 /core/java/android/inputmethodservice/package.html | |
parent | 7b4ba9d80d2cdde310c29d01d0e22c7815d84261 (diff) | |
download | frameworks_base-f4f05b8f24183b9e0d6959fe8b71fb88543edd9b.zip frameworks_base-f4f05b8f24183b9e0d6959fe8b71fb88543edd9b.tar.gz frameworks_base-f4f05b8f24183b9e0d6959fe8b71fb88543edd9b.tar.bz2 |
Update package descriptions with editorial revisions.
Notably, this removes exessive info about resources
from the content package, because it's not a good location
and the info is avilable in the dev guide, but also
added some of the info to the Resources class description.
Change-Id: Ie78af26c9cec66314deb98e53078f48e16c08e70
Diffstat (limited to 'core/java/android/inputmethodservice/package.html')
-rw-r--r-- | core/java/android/inputmethodservice/package.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/inputmethodservice/package.html b/core/java/android/inputmethodservice/package.html index 164349b..cf8e0d9 100644 --- a/core/java/android/inputmethodservice/package.html +++ b/core/java/android/inputmethodservice/package.html @@ -1,6 +1,6 @@ <html> <body> -Base classes for writing input methods. These APIs are not for use by +Base classes for writing input methods (such as software keyboards). These APIs are not for use by normal applications, they are a framework specifically for writing input method components. Implementations will typically derive from {@link android.inputmethodservice.InputMethodService}. |