Re: [android-developers] driving a Service through a versioned interface

2010-01-10 Thread Mark Murphy
DulcetTone wrote: > How is an app supposed to be able to use an underlying service whose > name does not change, but whose AIDL file has changed from one Android > version to another? IMHO, ideally the service uses a different intent filter per version of AIDL it supports, and you bind to the serv

[android-developers] driving a Service through a versioned interface

2010-01-10 Thread DulcetTone
How is an app supposed to be able to use an underlying service whose name does not change, but whose AIDL file has changed from one Android version to another? The only way I can guess at it allows me to start the remote service just fine, but it gives me a security exception when I try to use the