android starts other applications have service




Intent i=new Intent();
i.setComponent(new ComponentName("net.easyconn.carmanhd","net.easyconn.carman.speech.service.SpeechService"));
 startService(i);

The application package name is configured in gradle as net.easyconn.carmanhd, and the file path is net.easyconn.carman.speech.service.SpeechService

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326606941&siteId=291194637