Fetch voicemail payload, which is usually the audio file.
When the user clicks on a voicemail, dialer sends out an broadcast intent
called "FETCH_VOICEMAIL". Any receiver that receives this broadcast is
in charge of
1) determining whether the voicemail belongs to them
2) downloading the audio file
3) writing the audio file to the voicemail provider and flipping the bit
on "has_content" for the voicemail's row in the calls table
Also fix some indents in the manifest file.
Bug: 19236241
Change-Id: I081cce569c68b52c654f0737fb29fb9c7ef8bf00
8 files changed