commit | 3d1f04c10a22ab2efb1c8b2b17636927e73e14ba | [log] [tgz] |
---|---|---|
author | zekaiz <zekaiz@codeaurora.org> | Tue Jan 24 16:37:49 2017 +0800 |
committer | zekaiz <zekaiz@codeaurora.org> | Tue Jan 24 18:04:25 2017 +0800 |
tree | 4aa3245edf76d0beb5cba040a198a64df7086879 | |
parent | 7d2d111ac04ff5eaf68a42d8ef5a1289baa00898 [diff] |
Music: Froce close while tapping next button In MediaPlayer.setNext, it will release current player. If "MediaPlayer reaching end of file" and "Users tapping next button" run at the same time, setNext will be invoked twice in different threads, makes the next player to be release. Check whether current player will set itself as next. Change-Id: I7eb376897fb91433f912e18ba6462c69e56b3893 CRs-Fixed: 1114429