Fix compilation issue

This commit is contained in:
Mathieu Maret 2013-09-11 14:51:42 +02:00
parent 95783c14b6
commit 5e5fd482cf
1 changed files with 0 additions and 1 deletions

View File

@ -278,7 +278,6 @@ public class MultiSmsSender extends Activity {
values.put(DeliveryDbAdapter.KEY_MESSAGE_NAME, messageName);
values.put(DeliveryDbAdapter.KEY_MESSAGE_DATE, DateFormat
.getDateInstance().format(new Date()));
values.put(DeliveryDbAdapter.KEY_MESSAGE_NB_PART, messageNbPart);
return Long.parseLong(getContentResolver()
.insert(DeliveryDbAdapter.CONTENT_MESSAGE_URI, values)