Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我上传我的应用程序时,我收到了来自 google play 商店的漏洞意图重定向通知我的应用程序被拒绝了 3 次,因为这些原因我exported="false"在每个活动中都做了
exported="false"
重要的是,您的应用不会在未验证或清理这些 Intent 的情况下对不受信任的 Intent 调用 startActivity、startService、sendBroadcast 或 setResult。
意图重定向漏洞的解决方案