diff options
author | kopriva <kopriva@google.com> | 2018-10-08 19:30:00 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-10-08 19:30:00 -0700 |
commit | dae6ec0db7473133e1ca97b65c1f67085af28a0e (patch) | |
tree | f3be7dc574ba6dcbdc92ac3e8f6461ec3488b1f4 /telecomm/java/android/telecom/ConnectionService.java | |
parent | b6093ae7bd37c95a9fd88c3f59640578762f3e30 (diff) | |
parent | 57adb99451f87c5fe75fc646812db44fa16cb1c3 (diff) |
Merge "docs: fixing 'mange' instead of 'manage'" into pi-dev am: 14aa42cfda
am: 57adb99451
Change-Id: I477a610e0602e464847c1a1ccb13b21644ee1ae8
Diffstat (limited to 'telecomm/java/android/telecom/ConnectionService.java')
-rw-r--r-- | telecomm/java/android/telecom/ConnectionService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telecomm/java/android/telecom/ConnectionService.java b/telecomm/java/android/telecom/ConnectionService.java index 61adcdd9a4d4..4d5f5e140a87 100644 --- a/telecomm/java/android/telecom/ConnectionService.java +++ b/telecomm/java/android/telecom/ConnectionService.java @@ -71,7 +71,7 @@ import java.util.concurrent.ConcurrentHashMap; * See {@link PhoneAccount} and {@link TelecomManager#registerPhoneAccount} for more information. * <p> * System managed {@link ConnectionService}s must be enabled by the user in the phone app settings - * before Telecom will bind to them. Self-manged {@link ConnectionService}s must be granted the + * before Telecom will bind to them. Self-managed {@link ConnectionService}s must be granted the * appropriate permission before Telecom will bind to them. * <p> * Once registered and enabled by the user in the phone app settings or granted permission, telecom |