diff options
| author | 2011-06-15 10:45:03 -0700 | |
|---|---|---|
| committer | 2011-06-15 10:45:03 -0700 | |
| commit | 45d937ed0a751629353d9834202fbd80ed713218 (patch) | |
| tree | db8890b0b529738d379d57385bfa6449b305bb64 | |
| parent | 1274f2b46c2c157f0ffc61b7a9e51fd893e9a95f (diff) | |
| parent | 7658408160a7c29a07b7e667457309a49f43b39f (diff) | |
Merge "Modified Voicemail.SOURCE_DATA value to match with the constant name."
| -rw-r--r-- | core/java/android/provider/VoicemailContract.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/provider/VoicemailContract.java b/core/java/android/provider/VoicemailContract.java index 376e0bb29808..ae4187647073 100644 --- a/core/java/android/provider/VoicemailContract.java +++ b/core/java/android/provider/VoicemailContract.java @@ -127,7 +127,7 @@ public class VoicemailContract { * <P>Type: TEXT</P> * <P> Note that this is NOT the voicemail media content data. */ - public static final String SOURCE_DATA = "provider_data"; + public static final String SOURCE_DATA = "source_data"; /** * Whether the media content for this voicemail is available for * consumption. |