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

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

am 222a345c: am 6ffab1bd: am f77b748c: am 31a48820: am 1c673f9a: am 6eea30c4:...

am 222a345c: am 6ffab1bd: am f77b748c: am 31a48820: am 1c673f9a: am 6eea30c4: Merge "Android Training: Add missing word" into lmp-docs

* commit '222a345c':
  Android Training: Add missing word
parents 0c4b8cdd 222a345c
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}.