DeskClock: Fix crash when click the dismiss in the notification
Startactivity without new task flag will lead app crash. The Deskclock will start activity from broadcast receiver, this action need add flag FLAG_ACTIVITY_NEW_TASK Add the flag of FLAG_ACTIVITY_NEW_TASK for startactivity in onreceive. CRs-fixed: 690390 Change-Id: I3723a49892ff86b1f54d9ab4b90d8c39f04d0fe5
Loading
Please register or sign in to comment