diff options
author | Tom Taylor <tomtaylor@google.com> | 2010-01-28 15:54:15 -0800 |
---|---|---|
committer | Tom Taylor <tomtaylor@google.com> | 2010-01-28 16:59:27 -0800 |
commit | 5e342fa3260044353705c946d3ae62c89df52ee6 (patch) | |
tree | 5a84e9baf175c6cbba2553ebaf45387e6bbdf06b /preloaded-classes | |
parent | 1f40f174e7590d9e19042b418427b8efa72f2454 (diff) | |
download | frameworks_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 'preloaded-classes')
-rw-r--r-- | preloaded-classes | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/preloaded-classes b/preloaded-classes index d108883..0c84904 100644 --- a/preloaded-classes +++ b/preloaded-classes @@ -686,10 +686,6 @@ com.android.internal.widget.Smileys com.google.android.gles_jni.EGLDisplayImpl com.google.android.gles_jni.EGLImpl com.google.android.gles_jni.GLImpl -com.google.android.mms.ContentType -com.google.android.mms.pdu.CharacterSets -com.google.android.mms.pdu.PduPart -com.google.android.mms.pdu.PduPersister com.ibm.icu4jni.charset.CharsetDecoderICU com.ibm.icu4jni.charset.CharsetEncoderICU com.ibm.icu4jni.charset.CharsetICU |