1*90c8c64dSAndroid Build Coastguard Worker<p> 2*90c8c64dSAndroid Build Coastguard WorkerThis is a simple sample application that demonstrates how to use voicemail 3*90c8c64dSAndroid Build Coastguard Workercontent provider APIs to insert new voicemail records. 4*90c8c64dSAndroid Build Coastguard Worker</p> 5*90c8c64dSAndroid Build Coastguard Worker<p> 6*90c8c64dSAndroid Build Coastguard WorkerThe application includes 7*90c8c64dSAndroid Build Coastguard Worker <a href="src/com/example/android/voicemail/AddVoicemailActivity.html"> 8*90c8c64dSAndroid Build Coastguard Worker <code>AddVoicemailActivity</code> 9*90c8c64dSAndroid Build Coastguard Worker </a>, 10*90c8c64dSAndroid Build Coastguard Workeran activity that lets the user enter voicemail details and record voicemail audio, 11*90c8c64dSAndroid Build Coastguard Workerwhich can then be stored with the voicemail content provider by tapping the "Send" 12*90c8c64dSAndroid Build Coastguard Workerbutton. 13*90c8c64dSAndroid Build Coastguard Worker<p> 14*90c8c64dSAndroid Build Coastguard Worker<img alt="Add voicemail" src="../images/VoicemailProviderDemo.png" 15*90c8c64dSAndroid Build Coastguard Worker width=250px/> 16*90c8c64dSAndroid Build Coastguard Worker</p> 17*90c8c64dSAndroid Build Coastguard Worker 18*90c8c64dSAndroid Build Coastguard Worker<p> 19*90c8c64dSAndroid Build Coastguard WorkerIn the real world, a similar application could download voicemails from a 20*90c8c64dSAndroid Build Coastguard Workerremote voicemail server and store them locally with the voicemail content 21*90c8c64dSAndroid Build Coastguard Workerprovider. The platform would then take care of notification and rendering of the 22*90c8c64dSAndroid Build Coastguard Workervoicemails. 23*90c8c64dSAndroid Build Coastguard Worker</p> 24*90c8c64dSAndroid Build Coastguard Worker<p> 25*90c8c64dSAndroid Build Coastguard WorkerFollowing interfaces are of particular interest: 26*90c8c64dSAndroid Build Coastguard Worker<ul> 27*90c8c64dSAndroid Build Coastguard Worker <li> 28*90c8c64dSAndroid Build Coastguard Worker <a href="src/com/example/android/voicemail/common/core/VoicemailProviderHelper.html"> 29*90c8c64dSAndroid Build Coastguard Worker <code>VoicemailProviderHelper</code> 30*90c8c64dSAndroid Build Coastguard Worker </a> and its implementation in 31*90c8c64dSAndroid Build Coastguard Worker <a href="src/com/example/android/voicemail/common/core/VoicemailProviderHelpers.html"> 32*90c8c64dSAndroid Build Coastguard Worker <code>VoicemailProviderHelpers</code> 33*90c8c64dSAndroid Build Coastguard Worker </a>. 34*90c8c64dSAndroid Build Coastguard Worker This interface provides a good demonstration of various fields exposed by voicemail 35*90c8c64dSAndroid Build Coastguard Worker content provider and their usage. 36*90c8c64dSAndroid Build Coastguard Worker </li> 37*90c8c64dSAndroid Build Coastguard Worker <li> 38*90c8c64dSAndroid Build Coastguard Worker <a href="src/com/example/android/voicemail/common/core/Voicemail.html"> 39*90c8c64dSAndroid Build Coastguard Worker <code>Voicemail</code> 40*90c8c64dSAndroid Build Coastguard Worker </a> and its implementation in 41*90c8c64dSAndroid Build Coastguard Worker <a href="src/com/example/android/voicemail/common/core/VoicemailImpl.html"> 42*90c8c64dSAndroid Build Coastguard Worker <code>VoicemailImpl</code> </a>. 43*90c8c64dSAndroid Build Coastguard Worker This interface provides a structured view of most the important fields in 44*90c8c64dSAndroid Build Coastguard Worker voicemail content provider. 45*90c8c64dSAndroid Build Coastguard Worker </li> 46*90c8c64dSAndroid Build Coastguard Worker </ul> 47*90c8c64dSAndroid Build Coastguard Worker</p> 48