summaryrefslogtreecommitdiff
path: root/java/com/android/voicemail/VoicemailClient.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/voicemail/VoicemailClient.java')
-rw-r--r--java/com/android/voicemail/VoicemailClient.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/java/com/android/voicemail/VoicemailClient.java b/java/com/android/voicemail/VoicemailClient.java
index d52a67a8e..717362e18 100644
--- a/java/com/android/voicemail/VoicemailClient.java
+++ b/java/com/android/voicemail/VoicemailClient.java
@@ -125,6 +125,16 @@ public interface VoicemailClient {
Context context, PhoneAccountHandle phoneAccountHandle, boolean value);
/**
+ * @return if the voicemail transcription feature is available on the current device. This depends
+ * on whether the server side flag is turned on for the feature, and if the OS meets the
+ * requirement for this feature.
+ */
+ boolean isVoicemailTranscriptionAvailable(Context context);
+
+ /** @return if the voicemail donation setting has been enabled by the user. */
+ boolean isVoicemailDonationEnabled(Context context, PhoneAccountHandle account);
+
+ /**
* @return an intent that will launch the activity to change the voicemail PIN. The PIN is used
* when calling into the mailbox.
*/