79346291

Date: 2025-01-10 16:11:46
Score: 0.5
Natty:
Report link

To address your confusion, let's clarify the behavior of app links and custom schemes in Android, particularly for Android 12+:

Custom Schemes (somecustomscheme://)

Yes, you can still use somecustomscheme://... to open your app directly, provided no other app has declared the same scheme in their intent filters. This behavior is consistent across all Android versions, including Android 12+.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: José Torres