External service can not be resolved by intent filter
问题 I am missing something essential or... I have two applications, one of them containing exported service with intent filter declared in AndroidManifest: <service android:name=".MyService" android:exported="true" android:permission="my.permission" > <intent-filter> <action android:name="my.service" /> </intent-filter> </service> I can successfully bind to that service from another application by using "my.service" action. But I want to start service (send command to it). If I write: Intent