Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以通过例如控制器将处理和显示结果的搜索查询来打开 Sonos android 控制器?
例如:
Intent i = getPackageManager().getLaunchIntentForPackage("com.sonos.acr"); i.addCategory(Intent.CATEGORY_LAUNCHER); i.setData(Uri.parse("artist:The%20Doors")); startActivity(i);
我们今天不支持这个。我将与团队一起提出这个可能的未来功能。