Configure the LensResolverActivity intent with right music player

The music does not play because LensResolverActivity always
use the default intent to start activity, correct it to use the
ResolveInfo component.

In the test case below, take AOSP Music app as example, the ResovleInfo
will be:
{act=android.intent.action.VIEW
dat=content://com.android.providers.media.documents/document/audio:34
typ=audio/mp4 flg=0x1
cmp=com.android.support.car.lenspicker/.LensResolverActivity}

Expected Activity should be AudioPreview.
Actual return from LensPickerUtils.getLaunchIntent() is MusicBrowserActivity

Test: 1. Install multiple music players
Test: 2. Copy music files to DUT.
Test: 3. Open Settings -> Go to Storage.
Test: 4. Go to Internal storage or external storage.
Test: 5. Tap on any music file and select Google music player for playback.

Bug: 119290864

Change-Id: Id760c0e94857cda8659b3f3bcc5ae8359370884e
Signed-off-by: Wang, ArvinX <arvinx.wang@intel.com>
Signed-off-by: Guobin Zhang <guobin.zhang@intel.com>
1 file changed
tree: f10fc5bb49261f931e80d6c5fd6f104e70ccd2da
  1. res/
  2. src/
  3. Android.mk
  4. AndroidManifest.xml
  5. PREUPLOAD.cfg