Bug 891756 - [sms][mms] Gecko needs to return proper error code to notify Gaia the address is invalid (part 1, "InvalidAddressError"). r=vicamo a=leo+

This commit is contained in:
Gene Lian
2013-07-11 11:23:49 +08:00
parent c00695fd9b
commit f43d82507a
8 changed files with 98 additions and 35 deletions

View File

@@ -308,6 +308,7 @@ public class GeckoSmsManager
public final static int kInternalError = 4;
public final static int kNoSimCardError = 5;
public final static int kRadioDisabledError = 6;
public final static int kInvalidAddressError = 7;
private final static int kMaxMessageSize = 160;