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

Commit 75b82a0c authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "Remove shell commands for setting default SMS app" am: b1b98eaa

am: 7284ec49

Change-Id: Id2e77481c4febe78c5fd5fc6239878046819351e
parents eae340df 7284ec49
Loading
Loading
Loading
Loading
+0 −15
Original line number Diff line number Diff line
@@ -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.
     *