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

Commit 5ea4f94f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Add FDN enabled related API"

parents a0191be1 7641a87b
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -116,4 +116,11 @@ interface IExtTelephony {
    * @return phone id
    * @return phone id
    */
    */
    int getPhoneIdForECall();
    int getPhoneIdForECall();

    /**
    * Check is FDN is enabled or not.
    * @param - void
    * @return true or false
    */
    boolean isFdnEnabled();
}
}