yegen0000 发表于 2020-5-9 21:18:04

这段安卓代码怎么加入到火山里面

Intent serviceIntent;
serviceIntent = new Intent();
serviceIntent.setComponent(new ComponentName("com.example.kevin.bootdeleteapp", "com.example.kevin.bootdeleteapp.UpdateService"));
startService(serviceIntent);


这段安卓代码怎么加入到火山里面



创世魂 发表于 2020-5-9 21:29:39



要倒入java包,可以去这个网站搜索:https://www.android-doc.com/reference/android/content/ComponentName.html

附件下载。

创世魂 发表于 2020-5-9 21:29:55

本帖结贴,如有其他疑问,请重新发帖提问。
页: [1]
查看完整版本: 这段安卓代码怎么加入到火山里面