diff options
| author | 2020-01-06 18:24:58 +0000 | |
|---|---|---|
| committer | 2020-01-06 18:24:58 +0000 | |
| commit | fc94ebae09a76f30fb0ed57ea1e39bf366bdf2f5 (patch) | |
| tree | 0d25e92737ecf57ced769fe4459a274b9e5c394e | |
| parent | 835a9b4e4f2c30e7d7ad389ee64e553102686dfb (diff) | |
| parent | edcfda720b7d4e85a3a38133e32be55caad36241 (diff) | |
docs: Fix typo in IMPORTANCE_SERVICE description am: 08a4e470b8 am: edcfda720b
Change-Id: Id0683ebab467f7baaac1650b15dd8e98f8057306
| -rw-r--r-- | core/java/android/app/ActivityManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 |