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.
我使用此代码从我的 android 应用程序启动kodi 。
startActivity(getActivity().getPackageManager().getLaunchIntentForPackage("org.xbmc.kodi"));
我想知道如何启动自动开始播放附加频道的kodi 。