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

Commit aa4c7d0f authored by Hui Wang's avatar Hui Wang Committed by Automerger Merge Worker
Browse files

Merge "Support telephoy command to set test mode for RCS single registration" am: 3727cc18

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1612065

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I305fa30ce15217ac7f858051a2aacc1b71fd174b
parents a9a58d94 3727cc18
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2351,6 +2351,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.
     */