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

Commit b8127144 authored by Wink Saville's avatar Wink Saville
Browse files

Merge commit '3f4415e3' into fix-merge-conflict

* commit '3f4415e3':
  telephony: Fix typo
parents 0c432e05 3f4415e3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -97,7 +97,9 @@ public class CatService extends Handler implements AppInterface {
    private static final int DEV_ID_KEYPAD      = 0x01;
    private static final int DEV_ID_UICC        = 0x81;
    private static final int DEV_ID_TERMINAL    = 0x82;
    static final String STK_DEFAULT = "Defualt Message";
    private static final int DEV_ID_NETWORK     = 0x83;

    static final String STK_DEFAULT = "Default Message";

    /* Intentionally private for singleton */
    private CatService(CommandsInterface ci, UiccCardApplication ca, IccRecords ir,