Fix typo in the IS_OMPT_VOICEMAIL field.
This cause the voicemail content provider to crash on query. Bug: 34610526 Change-Id: I561ae6616fe66ea49630fa6c4eb9280fdc24b153 Fixes: 34610526 Test: VoicemailContentProviderTest
This commit is contained in:
@@ -358,7 +358,7 @@ public class VoicemailContract {
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public static final String IS_OMTP_VOICEMAIL = "is_omtp_voicmail";
|
||||
public static final String IS_OMTP_VOICEMAIL = "is_omtp_voicemail";
|
||||
|
||||
/**
|
||||
* A convenience method to build voicemail URI specific to a source package by appending
|
||||
|
||||
Reference in New Issue
Block a user