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

Commit 043304fc authored by Hui Wang's avatar Hui Wang Committed by Android (Google) Code Review
Browse files

Merge "Support telephoy command to set test mode for RCS single registration" into sc-dev

parents 4c207117 f4e393fb
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2324,6 +2324,16 @@ interface ITelephony {
     */
    void triggerRcsReconfiguration(int subId);

    /**
     * Enables or disables the test mode for RCS VoLTE single registration.
     */
    void setRcsSingleRegistrationTestModeEnabled(boolean enabled);

    /**
     * Gets the test mode for RCS VoLTE single registration.
     */
    boolean getRcsSingleRegistrationTestModeEnabled();

    /**
     * Overrides the config of RCS VoLTE single registration enabled for the device.
     */