Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b17ba853 authored by Mike Colagrosso's avatar Mike Colagrosso
Browse files

Android Training: Add missing word

The description of when to use an IntentService in create-service.jd is
missing a word, which makes it difficult to follow. The cruical phrase
is that an IntentService "is the preferred way to *perform* simple
background operations".

Change-Id: I13e4338cd2bad968d05b945ea398e2332f307850
(cherry picked from commit eb26cfa4)
parent f5d6156c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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}.