Music: FC while play audio from MMS attach

While MMS start PreviewActivity in Music, it will add flag
Intent.FLAG_GRANT_READ_URI_PERMISSION so that this Preview
intent has permission to access MMS contentprovider. At
first time the Music app started, it will finish current
activity and show permission grant activity and relaunch
current activity if permission granted, but the flag MMS
provider in intent will lost at activity's finish.

Do NOT finish preview activity while requesting permission

Change-Id: I8e6c84cc23aadeeeecfbc9cf43b843c95e0ce4cc
CRs-Fixed: 1106370
2 files changed