An exported component handles a browsable custom URL scheme (not http/https). Any other app can register the same scheme, so a crafted link can be intercepted or forged — deep-link hijacking.
The app registers a browsable custom URL scheme (for example myapp://). Any other installed app can register the same scheme, so a crafted link or a malicious app can intercept the deep link, receive its parameters, or forge one the app trusts.
Deep-link hijacking: leaked link parameters (often tokens), spoofed navigation, and unauthorized actions driven through the handler.