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

Commit 69a23fcf authored by Jordan Liu's avatar Jordan Liu Committed by Gerrit Code Review
Browse files

Merge "Set additional info for LaunchBrowser error case."

parents ad7d7394 04e0fc69
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1007,6 +1007,13 @@ public class CatService extends Handler implements AppInterface {
                }
                break;
            case LAUNCH_BROWSER:
                if (resMsg.mResCode == ResultCode.LAUNCH_BROWSER_ERROR) {
                    // Additional info for Default URL unavailable.
                    resMsg.setAdditionalInfo(0x04);
                } else {
                    resMsg.mIncludeAdditionalInfo = false;
                    resMsg.mAdditionalInfo = 0;
                }
                break;
            // 3GPP TS.102.223: Open Channel alpha confirmation should not send TR
            case OPEN_CHANNEL: