I got in to strange problem with the flow of application.I am creating music Playing application, which have capability of background playing. And the problem I am having is,

  1. on application starts application loads all the songs from SD card.
  2. User starts the playing of song.
  3. Now he exit form the application.
  4. songs is still playing in the background.
  5. Now when he starts application again either from Notification bar or from the menu... all songs starts loading again Now that is the thing I don't want.

can any one suggest me how to handle this thing ?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Your notification intent must be identical to the launcher intent.

See this answer: http://stackoverflow.com/a/5502950/377478

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.