History log of /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/AddVoicemailActivity.java
Revision Date Author Comments
b01f5d5251f712e10fadeede1762daaa824807ba 11-Aug-2011 Debashish Chatterjee <debashishc@google.com> Set HAS_CONTENT field from the app after writing audio content.

In change-id I93e4b467acdefe339fa70dd751ea05f195c32e71 content voicemail
content provider was modified to no more automatically set the
has_content field. The app now needs to set this field itself after
writing the content.

bug: 5147190
Change-Id: If3c66a86803f7587677c2ec09965b89f31f6268e
d407959adae53bdf1cfec3916441759506a43ba7 08-Aug-2011 Debashish Chatterjee <debashishc@google.com> VoicemaiProviderDemoApp changed to use api from sdk.

Voicemail content provider APIs are now part of the SDK. This CL gets
rid of the local copy of VoicemailContracts and instead uses the APIs
from the SDK.

Key differences between the old and latest APIs
- voicemail permission renamed from READ_WRITE_OWN_VOICEMAILS to
ADD_VOICEMAIL
- voicemail state is a hidden field, so not part of the API. Demo app
should not use it.
- Use IS_READ field instead of NEW.

Change-Id: Ib142eb02bb89eed32a7976b66132893a98aba466
c635aaacffbfa695f479fe0aadeeee769224d14e 09-Jun-2011 Debashish Chatterjee <debashishc@google.com> Changed VoicemailProvider demo app to use new VoicemailContract api.

- Use new VoicemailContract instead of VoicemailProvider for API.
VoicemailContract will soon be submitted to framework/base. The local
copy will then be deleted.
- Got rid of some unused util/core classes.

Change-Id: Ic7ac76777023a8b94a5ddf2f90caf0bf48d1f60c
8d6d2581ff11ec169cd84a6610557b9afdf41e06 16-May-2011 Debashish Chatterjee <debashishc@google.com> Voicemail provider sample source code.

The app demostrates the how to use voicemail provider APIs to insert new
voicemail records using a simple UI.

Change-Id: I22610e06a8b80518b9f0d811f72afe245a4148c6