From 0fa6edced7496b898d31ff7dab7255a1e0dffa9b Mon Sep 17 00:00:00 2001 From: David Friedman Date: Mon, 27 Oct 2014 18:19:55 -0700 Subject: Fixes linebreaks that had gotten altered during the run-up to 5.0 release. Change-Id: I7be014d27ef85631b5e26ad2b3ab81d3a12d1813 --- .../guide/topics/text/creating-input-method.jd | 345 ++++++++------------- 1 file changed, 124 insertions(+), 221 deletions(-) (limited to 'docs/html/guide/topics/text/creating-input-method.jd') diff --git a/docs/html/guide/topics/text/creating-input-method.jd b/docs/html/guide/topics/text/creating-input-method.jd index 802b58a..424a21c 100644 --- a/docs/html/guide/topics/text/creating-input-method.jd +++ b/docs/html/guide/topics/text/creating-input-method.jd @@ -41,8 +41,8 @@ page.tags=ime,keyboard,inputmethodservice

To add an IME to the Android system, you create an Android application containing a class that extends {@link android.inputmethodservice.InputMethodService}. In - addition, you usually create a "settings" activity that passes options to the IME - service. You can also define a settings UI that's displayed as part of the system settings. + addition, you usually create a "settings" activity that passes options to the IME service. You + can also define a settings UI that's displayed as part of the system settings.

This guide covers the following:

\ No newline at end of file -- cgit v1.1