cashapp / paparazzi

Render your Android screens without a physical device or emulator
https://cashapp.github.io/paparazzi/
Apache License 2.0
2.31k stars 215 forks source link

Delete IInputMethodManagerInterceptor and ServiceManagerInterceptor #1680

Closed jrodbx closed 2 weeks ago

jrodbx commented 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! 🎉