MAP: Fix SMS delivered successfully but stuck SENDING issue.
Receive and hanlde ACTION_MESSAGE_SENT intent for SMS type message to move it to SENT folder when pushMessage request from MCE is processed and SMS delivered successfully. These code change seems to removed from below commit. -------------------------- commit edb6da17 Author: Miao Chou <mcchou@google.com> Fix security vulnerabilities in permission of deleting MMS/SMS This CL adds permission and PID checks to avoid unauthorized deletion of any MMS/SMS messages in BluetoothMapContentObserver.actionMessageSentDisconnected function. Bug: 22343270 ------------------------------------------------ However, the SMS appears STUCK in sending state in outbox without this patch. Change-Id: I9dafffc737a34233ede2d10e22cd969f520a12cf CRs-Fixed: 903561
Loading
Please register or sign in to comment