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
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
In addition, modified VoicemailProviderHelpers to use "source_package" uri
parameter instead of deprecated /source/ path for source specific uri
and stop using other deprecated fields.
Change-Id: Ia9570de2d9823ea27d57f7d602348d2a2826f2e8
- 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
The app demostrates the how to use voicemail provider APIs to insert new
voicemail records using a simple UI.
Change-Id: I22610e06a8b80518b9f0d811f72afe245a4148c6