summaryrefslogtreecommitdiffstats
path: root/core/java/android/inputmethodservice/package.html
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2011-01-07 14:38:23 -0800
committerScott Main <smain@google.com>2011-01-26 14:58:19 -0800
commitf4f05b8f24183b9e0d6959fe8b71fb88543edd9b (patch)
treeeec484b96bc634afa3e31f6a44891c534c9c5832 /core/java/android/inputmethodservice/package.html
parent7b4ba9d80d2cdde310c29d01d0e22c7815d84261 (diff)
downloadframeworks_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.html2
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}.