It's a way to use service in same process, not for inter-process acesss, if you want bindService from another process, use aidl interface instead of this way.