From 631df955177d357c356bfcc8ab8ac37ebf3abe50 Mon Sep 17 00:00:00 2001 From: Shuo Qian Date: Tue, 15 Dec 2020 21:58:29 -0800 Subject: Add Setting API to set/get enriched calling with call composer user option Test: cts Bug: 173437870 Change-Id: Iaf2cb72864dca992249395103aedee93ff8d3ac0 Merged-In: Iaf2cb72864dca992249395103aedee93ff8d3ac0 (cherry picked from commit ccc5af201a3ee7e58dcac4a8e995a25c8a412c9d) --- telephony/java/com/android/internal/telephony/ITelephony.aidl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'telephony/java/com') diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl index 7c5047c2deaf..a40988b3348b 100644 --- a/telephony/java/com/android/internal/telephony/ITelephony.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl @@ -128,6 +128,15 @@ interface ITelephony { */ boolean isRadioOnForSubscriberWithFeature(int subId, String callingPackage, String callingFeatureId); + /** + * Set the user-set status for enriched calling with call composer. + */ + void setCallComposerStatus(int subId, int status); + + /** + * Get the user-set status for enriched calling with call composer. + */ + int getCallComposerStatus(int subId); /** * Supply a pin to unlock the SIM for particular subId. -- cgit v1.2.3