有没有办法从网络拦截中隐藏应用程序网络调用

Is there is a way to hide application network calls from network intercept

当某人 运行 我的 android 应用程序在模拟器上打开网络拦截时。显示了我所有的应用程序网络调用(API 网址)。我想禁用/隐藏它。我正在使用 okhttp 并禁用了日志拦截器。但仍然显示这些数据。

听起来你在做一些粗略的事情。您需要使用 ProGuard 或 DexGuard 混淆您的应用程序,并可能使用 443 以外的端口来传输您的 TLS 流量。