Merge "fix the issue slice cannot be triggered from uri" into qt-qpr1-dev

am: 9d7a54238c

Change-Id: If2fd2170471c0a0a4ff029c07a0bd84b2a35da2b
This commit is contained in:
Pinyao Ting
2019-10-18 09:31:47 -07:00
committed by android-build-merger

View File

@@ -390,6 +390,8 @@ public class SliceManager {
}
Bundle extras = new Bundle();
extras.putParcelable(SliceProvider.EXTRA_INTENT, intent);
extras.putParcelableArrayList(SliceProvider.EXTRA_SUPPORTED_SPECS,
new ArrayList<>(supportedSpecs));
final Bundle res = provider.call(SliceProvider.METHOD_MAP_INTENT, null, extras);
if (res == null) {
return null;