Bug 820780 - Part 4/5: Android backend, r=blassey

This commit is contained in:
Vicamo Yang
2013-01-04 14:26:27 +08:00
parent f994119ee0
commit c751955654
9 changed files with 56 additions and 40 deletions

View File

@@ -492,10 +492,6 @@ public class GeckoSmsManager
}
}
public int getNumberOfMessagesForText(String aText) {
return SmsManager.getDefault().divideMessage(aText).size();
}
public void send(String aNumber, String aMessage, int aRequestId) {
int envelopeId = Postman.kUnknownEnvelopeId;