android service中intentfilter,Android bind service with intent filter
I have two separate applications and ideally I would like to use an IntentFilter to bind to the service on the second application. Is this possible?In app 1 Manifest:android:name=".ServiceName"android...