summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/duo/Duo.java
diff options
context:
space:
mode:
authorroldenburg <roldenburg@google.com>2017-12-13 17:14:12 -0800
committerCopybara-Service <copybara-piper@google.com>2017-12-13 17:16:17 -0800
commitefe91971cbb687f72e4914530bd7abe96e8f6f8b (patch)
treef078adb557ec863fca3f699a6b73d0d3ec1d6e9e /java/com/android/dialer/duo/Duo.java
parent19c6c256bbb6f6a2d1c5772b6cd85f2a07d50a1c (diff)
Take user to install Duo if they tap "Set up" without the app installed
Bug: 70034799 Test: DuoImplTest, GoogleCallLogAdapterTest PiperOrigin-RevId: 178981398 Change-Id: Id524dfe61bf3a2358d863dd8d5f7c6c083b8063c
Diffstat (limited to 'java/com/android/dialer/duo/Duo.java')
-rw-r--r--java/com/android/dialer/duo/Duo.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/com/android/dialer/duo/Duo.java b/java/com/android/dialer/duo/Duo.java
index 5f49e3e7e..d9147844f 100644
--- a/java/com/android/dialer/duo/Duo.java
+++ b/java/com/android/dialer/duo/Duo.java
@@ -33,6 +33,9 @@ public interface Duo {
/** @return true if the Duo integration is enabled on this device. */
boolean isEnabled(@NonNull Context context);
+ /** @return true if Duo is installed on this device. */
+ boolean isInstalled(@NonNull Context context);
+
/**
* @return true if Duo is installed and the user has gone through the set-up flow confirming their
* phone number.