Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a38c4a23 authored by Brad Ebinger's avatar Brad Ebinger
Browse files

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
Change-Id: Ib150ff57ecd0872ba732b273b5e7363375723639
parent 77629452
Loading
Loading
Loading
Loading
+0 −15
Original line number Diff line number Diff line
@@ -1777,21 +1777,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.
     *