Bug 913436 - Gecko needs to return a proper error code when sending messages to non-FDN receivers. r=vicamo a=koi+
This commit is contained in:
@@ -309,6 +309,7 @@ public class GeckoSmsManager
|
||||
public final static int kNoSimCardError = 5;
|
||||
public final static int kRadioDisabledError = 6;
|
||||
public final static int kInvalidAddressError = 7;
|
||||
public final static int kFdnCheckError = 8;
|
||||
|
||||
private final static int kMaxMessageSize = 160;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user