ServiceManager によって登録され、SystemServiceRegistry によって登録されていないサービスに疑問があります。
SystemServiceRegistryのコメントで
/**
* Manages all of the system services that can be returned by {@link Context#getSystemService}.
* Used by {@link ContextImpl}.
*/
つまり、システムによって登録されたサービスは、コンテキストから参照を取得できます。
ServiceManagerに関して、 SystemServiceRegistry によって登録されていない Application でServiceManagerによって追加されたサービスにアクセスするにはどうすればよいですか?