From 25cfc81d829ccd7e0774862451089a4925adf932 Mon Sep 17 00:00:00 2001 From: Sarmad Hashmi Date: Fri, 11 Mar 2016 21:23:24 -0800 Subject: Add share voicemail functionality. +Send intent to other applications with temporary file permission granted +Add voicemails folder to FileProvider paths +When creating file in VoicemailArchiveProvider, append extension to file name +Check voicemail content exists before archiving it +Refactor voicemail code +Add tests for checking file extension +Add tests for archiving and sharing vociemails +Archive tab should not archive on share button press BUG=22798485 Change-Id: Id8068aba92f7f1ca58532dca6c405cb2908841a3 --- res/xml/file_paths.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'res') diff --git a/res/xml/file_paths.xml b/res/xml/file_paths.xml index 45caed283..365a60318 100644 --- a/res/xml/file_paths.xml +++ b/res/xml/file_paths.xml @@ -16,5 +16,7 @@ - + + + -- cgit v1.2.3