summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaj Yengisetty <raj@cyngn.com>2016-04-29 17:43:14 -0700
committerRajesh Yengisetty <rajesh@cyngn.com>2016-04-29 18:00:00 -0700
commitcbcb680852c0cec915b80e00f45f4012c9a5323e (patch)
treefd81f1fb0de8e12c5b2eefb03da0d16ca5a305d6
parent4ec42843d6890ae2a9ba5703431a32d5b2a3a9db (diff)
downloadpackages_apps_PhoneCommon-cbcb680852c0cec915b80e00f45f4012c9a5323e.tar.gz
packages_apps_PhoneCommon-cbcb680852c0cec915b80e00f45f4012c9a5323e.tar.bz2
packages_apps_PhoneCommon-cbcb680852c0cec915b80e00f45f4012c9a5323e.zip
Add DeepLinkAPI to AmbientApiClient
NOTES-53 Change-Id: I6e1e23f73d7bb0b85c2c4a2f53f12fd8a024e007 (cherry picked from commit 51aefeb285e4a0c3d5b39509057f456727cf51f7)
-rw-r--r--src-ambient/com/android/phone/common/ambient/AmbientConnection.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src-ambient/com/android/phone/common/ambient/AmbientConnection.java b/src-ambient/com/android/phone/common/ambient/AmbientConnection.java
index 04fe63a..974665e 100644
--- a/src-ambient/com/android/phone/common/ambient/AmbientConnection.java
+++ b/src-ambient/com/android/phone/common/ambient/AmbientConnection.java
@@ -8,6 +8,7 @@ import com.cyanogen.ambient.analytics.AnalyticsServices;
import com.cyanogen.ambient.callerinfo.CallerInfoServices;
import com.cyanogen.ambient.common.ConnectionResult;
import com.cyanogen.ambient.common.api.AmbientApiClient;
+import com.cyanogen.ambient.deeplink.DeepLinkServices;
import com.cyanogen.ambient.discovery.DiscoveryManagerServices;
import com.cyanogen.ambient.discovery.NudgeServices;
import com.cyanogen.ambient.incall.InCallServices;
@@ -29,6 +30,7 @@ public class AmbientConnection {
.addApi(CallerInfoServices.API)
.addApi(NudgeServices.API)
.addApi(DiscoveryManagerServices.API)
+ .addApi(DeepLinkServices.API)
.build();
client.registerConnectionFailedListener(