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

Commit ae48da3c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add ITelephony setCepEnabled command line command."

parents f7cf0dfa 13c82513
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2042,4 +2042,9 @@ interface ITelephony {
     * data might be disabled on non-default data subscription but explicitly turned on by settings.
     */
    boolean isDataAllowedInVoiceCall(int subId);

    /**
     * Command line command to enable or disable handling of CEP data for test purposes.
     */
    oneway void setCepEnabled(boolean isCepEnabled);
}