diff options
| author | 2018-09-13 19:57:19 -0700 | |
|---|---|---|
| committer | 2018-09-13 19:57:19 -0700 | |
| commit | bb252836e5bce9d867006b21b398d8e4b35aa8ab (patch) | |
| tree | 6322fdafc896ba8f5f6f2678e80e46d79ba2bb12 | |
| parent | 16eb89477b60da5439d9666007a911d8279c0ad3 (diff) | |
| parent | 206a50673d7d6d05a688c879c6022227a9f43326 (diff) | |
Merge "docs: fixed mistaken reference to NotificationManager" into pi-dev
am: 206a50673d
Change-Id: I03ebc3385e89c5b71888d7a4d11b0e2608d80fed
| -rw-r--r-- | core/java/android/content/Context.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java index 9ff275ff6491..bd8ae9112581 100644 --- a/core/java/android/content/Context.java +++ b/core/java/android/content/Context.java @@ -3386,7 +3386,7 @@ public abstract class Context { /** * Use with {@link #getSystemService(String)} to retrieve a - * {@link android.app.NotificationManager} for controlling keyguard. + * {@link android.app.KeyguardManager} for controlling keyguard. * * @see #getSystemService(String) * @see android.app.KeyguardManager |