I am customizing the native Contact application in Gingerbread.
I want to call a class from native Mms Application,
I have imported the class,
import com.android.mms.ui.*;
But I am getting error,
could not find the package com.android.mms.ui
can anyone help on this?
Thanks
You cannot import MMS application’s classes in another APK. The classes have to be in framework code.