summaryrefslogtreecommitdiffstats
path: root/core/java/android/provider/Telephony.java
diff options
context:
space:
mode:
authorTom Taylor <tomtaylor@google.com>2010-01-28 15:54:15 -0800
committerTom Taylor <tomtaylor@google.com>2010-01-28 16:59:27 -0800
commit5e342fa3260044353705c946d3ae62c89df52ee6 (patch)
tree5a84e9baf175c6cbba2553ebaf45387e6bbdf06b /core/java/android/provider/Telephony.java
parent1f40f174e7590d9e19042b418427b8efa72f2454 (diff)
downloadframeworks_base-5e342fa3260044353705c946d3ae62c89df52ee6.zip
frameworks_base-5e342fa3260044353705c946d3ae62c89df52ee6.tar.gz
frameworks_base-5e342fa3260044353705c946d3ae62c89df52ee6.tar.bz2
Remove MMS from the framework
The MMS code has been moved into the mms-common library. Move SqliteWrapper (and make it hidden) into the database directory because Telephony.java depends on it. Create a mmscommon library similar to androidcommon for a number of files used both by the telephony layer, by mms, and by myfaves. Change-Id: I2e23e87c4961b87c42a4c8a63f812fa9e0e44dec
Diffstat (limited to 'core/java/android/provider/Telephony.java')
-rw-r--r--core/java/android/provider/Telephony.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/java/android/provider/Telephony.java b/core/java/android/provider/Telephony.java
index 747ae30..adeef54 100644
--- a/core/java/android/provider/Telephony.java
+++ b/core/java/android/provider/Telephony.java
@@ -16,8 +16,6 @@
package android.provider;
-import com.google.android.mms.util.SqliteWrapper;
-
import android.annotation.SdkConstant;
import android.annotation.SdkConstant.SdkConstantType;
import android.content.ContentResolver;
@@ -25,6 +23,7 @@ import android.content.ContentValues;
import android.content.Context;
import android.content.Intent;
import android.database.Cursor;
+import android.database.sqlite.SqliteWrapper;
import android.net.Uri;
import android.telephony.SmsMessage;
import android.text.TextUtils;