diff options
author | Hai Zhang <zhanghai@google.com> | 2019-02-06 16:32:23 -0800 |
---|---|---|
committer | Hai Zhang <zhanghai@google.com> | 2019-02-07 16:29:46 -0800 |
commit | b0146d7f22109db1ba22ea1408c1f253bc31e36e (patch) | |
tree | 951731edb69857aa45c605c2f064dcab5988ae33 /telecomm/java/android/telecom/InCallService.java | |
parent | 0b5a809d041e21f8c56d00642ec634e8c09009ea (diff) |
Add missing parts for renaming of the call redirection role.
Also drops the _APP suffix in role names, to be consistent with other
roles.
Test: manual
Change-Id: Iee3566b353fdf49a916067dfffebcf3d5b87c326
Diffstat (limited to 'telecomm/java/android/telecom/InCallService.java')
-rw-r--r-- | telecomm/java/android/telecom/InCallService.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/telecomm/java/android/telecom/InCallService.java b/telecomm/java/android/telecom/InCallService.java index f5f0af7e4666..cbcd40f15583 100644 --- a/telecomm/java/android/telecom/InCallService.java +++ b/telecomm/java/android/telecom/InCallService.java @@ -35,7 +35,6 @@ import com.android.internal.os.SomeArgs; import com.android.internal.telecom.IInCallAdapter; import com.android.internal.telecom.IInCallService; -import java.lang.String; import java.util.Collections; import java.util.List; @@ -212,7 +211,7 @@ import java.util.List; * {@link android.Manifest.permission.CALL_COMPANION_APP}.</li> * </ul> * <p> - * Your app should request to fill the role {@code android.app.role.CAR_MODE_DIALER_APP} in order to + * Your app should request to fill the role {@code android.app.role.CAR_MODE_DIALER} in order to * become the default (see <a href="#requestRole">above</a> for how to request your app fills this * role). * @@ -232,7 +231,7 @@ import java.util.List; * {@link android.Manifest.permission.CALL_COMPANION_APP}.</li> * </ul> * <p> - * Your app should request to fill the role {@code android.app.role.CALL_COMPANION_APP} in order to + * Your app should request to fill the role {@code android.app.role.CALL_COMPANION} in order to * become a call companion app (see <a href="#requestRole">above</a> for how to request your app * fills this role). */ |