summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/telephony/MmsSmsProvider.java
diff options
context:
space:
mode:
authorTom Taylor <tomtaylor@google.com>2010-01-28 09:23:12 -0800
committerTom Taylor <tomtaylor@google.com>2010-01-28 09:23:12 -0800
commitc71e770495e0b4597b4b3d947cbc68a0d35051be (patch)
tree226811d02b61d50567a9055112b203e4452a1780 /src/com/android/providers/telephony/MmsSmsProvider.java
parent7ad939ed205080002ab32d318414337fc9c3ce1f (diff)
downloadandroid_packages_providers_TelephonyProvider-c71e770495e0b4597b4b3d947cbc68a0d35051be.tar.gz
android_packages_providers_TelephonyProvider-c71e770495e0b4597b4b3d947cbc68a0d35051be.tar.bz2
android_packages_providers_TelephonyProvider-c71e770495e0b4597b4b3d947cbc68a0d35051be.zip
Remove MMS from the framework
Reference the new mms-common library for MMS stuff that used to live in the framework. Change-Id: I79f35fa0ba0f51adbdf386688469318e40688ef6
Diffstat (limited to 'src/com/android/providers/telephony/MmsSmsProvider.java')
-rw-r--r--src/com/android/providers/telephony/MmsSmsProvider.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/providers/telephony/MmsSmsProvider.java b/src/com/android/providers/telephony/MmsSmsProvider.java
index 84d130d..a4b2db7 100644
--- a/src/com/android/providers/telephony/MmsSmsProvider.java
+++ b/src/com/android/providers/telephony/MmsSmsProvider.java
@@ -45,7 +45,7 @@ import android.provider.Telephony.Sms.Conversations;
import android.text.TextUtils;
import android.util.Log;
-import com.google.android.mms.pdu.PduHeaders;
+import com.android.mmscommon.PduHeaders;
/**
* This class provides the ability to query the MMS and SMS databases