diff options
| author | Tyler Gunn <tgunn@google.com> | 2017-03-02 09:29:07 -0800 |
|---|---|---|
| committer | Tyler Gunn <tgunn@google.com> | 2017-03-06 14:56:57 -0800 |
| commit | 115c06ee64e209cda99abdc1fbd23fd65aa6da47 (patch) | |
| tree | d8fa3f4a1fced16654499e36093f7ec7ef82a400 /AndroidManifest.xml | |
| parent | 37e782b421f63a81bfae1efaa1eb01f0fbdd7abf (diff) | |
| download | platform_packages_services_Telecomm-o-preview.tar.gz platform_packages_services_Telecomm-o-preview.tar.bz2 platform_packages_services_Telecomm-o-preview.zip | |
API review cleanups.android-o-preview-1o-preview
- Modify the video call permission check to use the API version of the
caller to determine whether to use the API26
SESSION_EVENT_CAMERA_PERMISSION_ERROR event. If the caller is using an
older API, use the more generic SESSION_EVENT_CAMERA_FAILURE.
- Update the sample Self Managed calling app to use the incoming call UX
guidance specified in the Javadocs.
- Fix bug in InCallController which could cause InCallService to see
self-managed connections.
Test: Manual
Bug: 35767096
Bug: 35767711
Change-Id: I3e5e2b84eb026eec37f884029bb77d446a04e255
Diffstat (limited to 'AndroidManifest.xml')
| -rw-r--r-- | AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 7ace0e0d2..4caa4a3fe 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -262,6 +262,7 @@ <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> + <activity android:name=".testapps.IncomingSelfManagedCallActivity" /> <receiver android:name=".components.PrimaryCallReceiver" android:exported="true" |
