From 67e099b9e755c5e5dc88e5a82872ab0359570109 Mon Sep 17 00:00:00 2001 From: Brad Ebinger Date: Fri, 11 Oct 2019 14:30:34 -0700 Subject: [PATCH] Remove shell commands for setting default SMS app Use RoleManager shell commands directly instead of telephony commands for setting the default sms app. Bug: 142419519 Test: GtsTelephonyTestCases:ImsServiceTest Merged-In: Ib150ff57ecd0872ba732b273b5e7363375723639 Change-Id: Ib150ff57ecd0872ba732b273b5e7363375723639 --- .../android/internal/telephony/ITelephony.aidl | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl index d899a596c222d..7132c5901405b 100644 --- a/telephony/java/com/android/internal/telephony/ITelephony.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl @@ -1773,21 +1773,6 @@ interface ITelephony { */ boolean isInEmergencySmsMode(); - /** - * Get a list of SMS apps on a user. - */ - String[] getSmsApps(int userId); - - /** - * Get the default SMS app on a given user. - */ - String getDefaultSmsApp(int userId); - - /** - * Set the default SMS app to a given package on a given user. - */ - void setDefaultSmsApp(int userId, String packageName); - /** * Return the modem radio power state for slot index. *