diff options
author | Scott Main <smain@google.com> | 2013-12-17 13:47:55 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2013-12-17 13:55:02 -0800 |
commit | 688342f98c4dd95846de02a9559758ec671f1a45 (patch) | |
tree | c3ced4c469b30c01080915c8dcb108cccec98e81 /docs/html | |
parent | 731ba04536a07582904b4bf64a9eed896cb93bc5 (diff) | |
download | frameworks_base-688342f98c4dd95846de02a9559758ec671f1a45.zip frameworks_base-688342f98c4dd95846de02a9559758ec671f1a45.tar.gz frameworks_base-688342f98c4dd95846de02a9559758ec671f1a45.tar.bz2 |
fix typos
bug: 11693951
bug: 12118617
Change-Id: I7a3ab4c6d7bc124ff9ed8779700e77c87409569d
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/training/run-background-service/send-request.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/training/run-background-service/send-request.jd b/docs/html/training/run-background-service/send-request.jd index 5b1114d..a9884c6 100644 --- a/docs/html/training/run-background-service/send-request.jd +++ b/docs/html/training/run-background-service/send-request.jd @@ -28,7 +28,7 @@ trainingnavtop=true The previous lesson showed you how to create an {@link android.app.IntentService} class. This lesson shows you how to trigger the {@link android.app.IntentService} to run an operation by sending it an {@link android.content.Intent}. This {@link android.content.Intent} can - contain optionally contain data for the {@link android.app.IntentService} to process. You can + optionally contain data for the {@link android.app.IntentService} to process. You can send an {@link android.content.Intent} to an {@link android.app.IntentService} from any point in an {@link android.app.Activity} or {@link android.app.Fragment} </p> |