Ultimately I wish to produce a compressive Contact Manager with some specific features. I thought it would be good to experiment by extending Contact. So using git I checked out froyo-release and tried to build it. That didn't work so well as it contains things like
import com.android.internal.telephony.CallerInfo;
and friends. I'm considering the following two approaches:
- Suppress the internal stuff under the assumption that I really don't need it.
- Start with a toy Contact Manager and implement (reinvent) everything.
My guess is that I am going about this incorrectly. "I want that third alternative" --kirk.
Just for completeness, the new special behavior is to provide an action list for a contact based on the types of that entities data.