diff options
| author | Grace Jia <xiaotonj@google.com> | 2021-02-01 06:54:12 -0800 |
|---|---|---|
| committer | Grace Jia <xiaotonj@google.com> | 2021-02-01 15:56:46 +0000 |
| commit | 18bc8a5b759db67e71d42e022db0b0831e576dc4 (patch) | |
| tree | b7b91de5c84182a2aff4a6d82e66907dab2f9f5d /testapps/AndroidManifest.xml | |
| parent | 53e4d9d3b35a8d846ac026dbd46d82663bb56da5 (diff) | |
| download | platform_packages_services_Telecomm-18bc8a5b759db67e71d42e022db0b0831e576dc4.tar.gz platform_packages_services_Telecomm-18bc8a5b759db67e71d42e022db0b0831e576dc4.tar.bz2 platform_packages_services_Telecomm-18bc8a5b759db67e71d42e022db0b0831e576dc4.zip | |
Bind self-managed calls to InCallService that support these kind of
calls.
Bug: 161144815
Test: TelecomUnitTest, manually test with test apps.
Change-Id: Ifa3566d5e681b5ab41fb3123a25fc841fa96fe60
Merged-In: Ifa3566d5e681b5ab41fb3123a25fc841fa96fe60
Diffstat (limited to 'testapps/AndroidManifest.xml')
| -rw-r--r-- | testapps/AndroidManifest.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testapps/AndroidManifest.xml b/testapps/AndroidManifest.xml index 9c461cab0..891a7a750 100644 --- a/testapps/AndroidManifest.xml +++ b/testapps/AndroidManifest.xml @@ -70,6 +70,8 @@ android:exported="true"> <meta-data android:name="android.telecom.IN_CALL_SERVICE_UI" android:value="true"/> + <meta-data android:name="android.telecom.INCLUDE_SELF_MANAGED_CALLS" + android:value="true" /> <intent-filter> <action android:name="android.telecom.InCallService"/> </intent-filter> |
