doc change: Fixed typo in Activity class reference.

Changed word within "Process Lifecycle" section, near bottom of
Activity class overview.

Bug: 24561563
Change-Id: I4c4196a656b6ad3e412ed45382fcefc984fe9892
This commit is contained in:
Kevin Hufnagle
2016-03-14 14:22:16 -07:00
parent 8cfbe95587
commit 0b68900b05

View File

@@ -660,7 +660,7 @@ import java.util.List;
* independently of the activity lifecycle itself. An example may be a camera
* application that allows you to upload a picture to a web site. The upload
* may take a long time, and the application should allow the user to leave
* the application will it is executing. To accomplish this, your Activity
* the application while it is executing. To accomplish this, your Activity
* should start a {@link Service} in which the upload takes place. This allows
* the system to properly prioritize your process (considering it to be more
* important than other non-visible applications) for the duration of the