From 1e6310fcc55c8549c98018fc427b54e1619320a4 Mon Sep 17 00:00:00 2001 From: Hugo Hudson Date: Sat, 30 Jul 2011 00:09:40 +0100 Subject: Add synthetic columns to voicemail table. - Since our voicemail table supports getInputStream and getOutputStream we should also support the columns for DISPLAY_NAME and SIZE, since these are expected to exist for helping other apps share files - attaching to an email in GMail for example. - Uses an SQL hack to combine a suitably localized string with the number column for the display name. Bug: 5066115 Change-Id: I48a08ade2a3a2a28a1d3e3415ec27dd956056d44 --- res/values/strings.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'res') diff --git a/res/values/strings.xml b/res/values/strings.xml index 6882249..7c8c76b 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -45,4 +45,11 @@ they want to allow the application to do this. [CHAR LIMIT=NONE] --> Allows the application to store and retrieve all voicemails that this device can access. + + + "Voicemail from " -- cgit v1.1