【发布时间】:2015-09-27 13:26:00
【问题描述】:
是否可以通过例如控制器将处理并显示结果的搜索查询来打开 Sonos android 控制器?
例如:
Intent i = getPackageManager().getLaunchIntentForPackage("com.sonos.acr");
i.addCategory(Intent.CATEGORY_LAUNCHER);
i.setData(Uri.parse("artist:The%20Doors"));
startActivity(i);
【问题讨论】: