If I was writing a feature/library that would inte...
# squarelibraries
c
If I was writing a feature/library that would intercept all network traffic and show it on the device (essentially building an on device charles proxy), it seems like I would use a network interceptor over an application interceptor. Is there anything that would still be hidden, or is it safe to say "an okhttp network interceptor would be able to show all of the same information as a typical desktop proxy (like charles)"
p