Does the Android runtime environment offer a mechanism for specifying how many clients can bind to a given service? My particular service can only interact with 1 client at a time and it does not make sense for it to be servicing multiple clients.
Does the Android runtime environment offer a mechanism for specifying how many clients can bind to a given service? My particular service can only interact with 1 client at a time and it does not make sense for it to be servicing multiple clients.