[android-developers] Is there a way to programmatically enable call forwarding in Android on GSM phones?

2012-04-23 Thread borisb13
I'd like to be able to have my app enable No Answer and Busy call forwarding on GSM Android phones that support it. I don't mean dialing the * or # codes, I mean changint the call forwarding settings on the phone itself, just like Goolge Voice is able to do. Or, if changing that setting

[android-developers] Is there any way to clear the Voicemail notification that was added by my app in ICS?

2012-04-10 Thread borisb13
My app is using the new VoicemailContracthttp://developer.android.com/reference/android/provider/VoicemailContract.htmlfunctionality in ICS to insert voicemails that show up in the stock call log. I've got it working perfectly, but I can't figure out how to control the new Voicemail

[android-developers] Does ICS have a different XML layout for custom contact sync adapters?

2012-03-22 Thread borisb13
I have a custom sync adapter that uses a custom layout in /res/xml/contacts.xml to display some of the contact fields in the stock contacts app. Here is a generic version of the XML: ContactsSource xmlns:android=http://schemas.android.com/apk/res/android; ContactsDataKind