Need some help who has experience with media player. On Nexus 7 device after pressing home button(pausing media player), when returning to player from recent list, activity is destroying as soon as start of media player method is called. In other devices seems working good. Any suggestions? Thanks in advance,
Asked
Active
Viewed 39 times
0
-
pause player in onPause(){ mediaPlayer.pause();} and resume it when your app active again onResume (){ mediaPlayer.start();} – Mina Fawzy Oct 20 '14 at 14:47
-
I already did it, but the problem is on Nexus 7 device. Thanks anyway – support_ms Oct 21 '14 at 05:02
-
write the answer to all know it or delete your question – Mina Fawzy Oct 21 '14 at 07:15
-
Which answer? I'm still, seeking for an answer.. – support_ms Oct 21 '14 at 07:19
-
you mention the problem in your Nexus 7 device ? or write your error stack to see what cause this problem – Mina Fawzy Oct 21 '14 at 07:21