summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/dialpadview/AndroidManifest.xml
diff options
context:
space:
mode:
authorwangqi <wangqi@google.com>2017-08-31 15:30:58 -0700
committerEric Erfanian <erfanian@google.com>2017-09-06 16:45:36 -0700
commitfff6fcfc6887e113e25cfb7a8e07b8b73af0c62c (patch)
treef78e96458378763d9d38f158e5cc374a499d0494 /java/com/android/dialer/dialpadview/AndroidManifest.xml
parentf370b7dc3b7218c20fc55d08902869be31d3cab6 (diff)
Use TelecomManager#isInManagedCall starting from O.
The TelecomManager#isInCall method returns true anytime the user is in a call. Starting in O, the APIs include support for self-managed ConnectionServices so that other apps like Duo can tell Telecom about its calls. So, if the user is in a Duo call, isInCall would return true. Dialer uses this to determine whether to show the "return to call in progress" when Dialer is launched. Instead, Dialer should use TelecomManager#isInManagedCall, which only returns true if the device is in a managed call which Dialer would know about. Bug: 36991070 Test: none PiperOrigin-RevId: 167200903 Change-Id: I12ac7b893dcbfa2fc842ca5ab356fbbc490a098b
Diffstat (limited to 'java/com/android/dialer/dialpadview/AndroidManifest.xml')
0 files changed, 0 insertions, 0 deletions