diff options
| author | 2015-05-27 16:06:48 +0000 | |
|---|---|---|
| committer | 2015-05-27 16:06:48 +0000 | |
| commit | 6ffab1bd65d2b5cc9e2944712058cb42babaa76b (patch) | |
| tree | c09fe16dfe4d937358aec47e403f560cb86310dd | |
| parent | 81c73e121ef2ff44a3916628d9ff11385db85bd6 (diff) | |
| parent | f77b748caa2795296866c1c9c30385819ffca835 (diff) | |
am f77b748c: am 31a48820: am 1c673f9a: am 6eea30c4: Merge "Android Training: Add missing word" into lmp-docs
* commit 'f77b748caa2795296866c1c9c30385819ffca835':
Android Training: Add missing word
| -rw-r--r-- | docs/html/training/run-background-service/create-service.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/training/run-background-service/create-service.jd b/docs/html/training/run-background-service/create-service.jd index 5f4799c75eb0..9b9fcd2f17cf 100644 --- a/docs/html/training/run-background-service/create-service.jd +++ b/docs/html/training/run-background-service/create-service.jd @@ -55,8 +55,8 @@ trainingnavtop=true </li> </ul> <p> - However, in most cases an {@link android.app.IntentService} is the preferred way to simple - background operations. + However, in most cases an {@link android.app.IntentService} is the preferred way to perform + simple background operations. </p> <p> This lesson shows you how to create your own subclass of {@link android.app.IntentService}. |