From 08a4e470b81df4f6ae500eca052fbaf55e13c9ea Mon Sep 17 00:00:00 2001 From: Kevin Hufnagle Date: Fri, 3 Jan 2020 20:05:28 +0000 Subject: docs: Fix typo in IMPORTANCE_SERVICE description Test: make ds-docs -j32 Bug: 140783404 Change-Id: Ife86109eebefe9c87f7c9ed4a0587676e3392d90 Exempt-From-Owner-Approval: Docs-only change --- core/java/android/app/ActivityManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/app/ActivityManager.java b/core/java/android/app/ActivityManager.java index 91b98c71a613..556b60bafd16 100644 --- a/core/java/android/app/ActivityManager.java +++ b/core/java/android/app/ActivityManager.java @@ -2897,7 +2897,7 @@ public class ActivityManager { public static final int IMPORTANCE_CANT_SAVE_STATE_PRE_26 = 170; /** - * Constant for {@link #importance}: This process is contains services + * Constant for {@link #importance}: This process contains services * that should remain running. These are background services apps have * started, not something the user is aware of, so they may be killed by * the system relatively freely (though it is generally desired that they -- cgit v1.2.3-59-g8ed1b