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

Commit 31a48820 authored by Mike Colagrosso's avatar Mike Colagrosso Committed by Android Git Automerger
Browse files

am 1c673f9a: am 6eea30c4: Merge "Android Training: Add missing word" into lmp-docs

* commit '1c673f9a':
  Android Training: Add missing word
parents a08a26c6 1c673f9a
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}.