Closed jrodbx closed 2 weeks ago
While checking Context.getSystemService in this changeset, I did some code spelunking and found that ServiceManager.getServiceOrThrow no longer throws an Exception and that BridgeContext.getSystemService now returns a non-null Instance so we can delete these interceptors! 🎉
ServiceManager.getServiceOrThrow
BridgeContext.getSystemService
While checking Context.getSystemService in this changeset, I did some code spelunking and found that
ServiceManager.getServiceOrThrow
no longer throws an Exception and thatBridgeContext.getSystemService
now returns a non-null Instance so we can delete these interceptors! 🎉