这段安卓代码怎么加入到火山里面
Intent serviceIntent;serviceIntent = new Intent();
serviceIntent.setComponent(new ComponentName("com.example.kevin.bootdeleteapp", "com.example.kevin.bootdeleteapp.UpdateService"));
startService(serviceIntent);
这段安卓代码怎么加入到火山里面
要倒入java包,可以去这个网站搜索:https://www.android-doc.com/reference/android/content/ComponentName.html
附件下载。
本帖结贴,如有其他疑问,请重新发帖提问。
页:
[1]