From 0b68900b05352cfbed1544d207e78b522e25bf6f Mon Sep 17 00:00:00 2001 From: Kevin Hufnagle Date: Mon, 14 Mar 2016 14:22:16 -0700 Subject: [PATCH] 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 --- core/java/android/app/Activity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/app/Activity.java b/core/java/android/app/Activity.java index dbddc1dc949f9..a5565638278cc 100644 --- a/core/java/android/app/Activity.java +++ b/core/java/android/app/Activity.java @@ -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