You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Secure ACTION_VIEW web intents using CustomTabsIntent
Replaced implicit `ACTION_VIEW` intents with `CustomTabsIntent` for HTTP/HTTPS web links in `MainActivity`. This mitigates intent hijacking risks where malicious apps could intercept generic view actions and expose user data or conduct phishing attacks.
- Added `androidx.browser:browser:1.8.0` to `app/build.gradle.kts`.
- Updated all relevant `Intent.ACTION_VIEW` usages targeting web URLs.
- Retained `market://` links as standard intents, as they are intentionally meant for app stores.
0 commit comments