commit | 55d81a3828bc9d227b77ea840fa3dffcbc4262d2 | [log] [tgz] |
---|---|---|
author | Benson Huang <benson.huang@mediatek.com> | Tue Jun 10 21:12:42 2014 +0800 |
committer | Matthew Xie <mattx@google.com> | Wed Jun 11 14:00:34 2014 -0700 |
tree | fddfe7b6ced8ec761018d6e3b9deed6f666a4591 | |
parent | b824e2624524d039b12ce3b7de2747ff558bfe94 [diff] |
[BT] Fix bug: MAP client can not get MessageListing for draft folder Currently c.getColumnIndex(Mms.PRIORITY) in setPriority method is returning -1 which is causing c.getInt(-1) to throw a java.lang.IllegalStateException. The fix is to add the column Mms.PRIORITY in MMS_PROJECTION Bug 15069197 and 15071221 Change-Id: I9f296415efd5e10970d9f24652cab1022dad5efd Signed-off-by: Benson Huang <benson.huang@mediatek.com>