Questions
How to restrict Android deep links to specific paths
21 days ago by Hubert Nguyen
Hi Team,
I’m currently building an app using Median that supports deep linking to our website.
Other paths should NOT be handled by the app and should instead open in the browser.
I understand that for iOS, we can control this via apple-app-site-association using the paths key. But for Android, it seems we can only define this via the AndroidManifest.xml file using with android:pathPrefix.
I also found out that it’s not possible to restrict specific paths in assetlinks.json for Android — it only supports domain-level verification, not path-level control
My questions are:
- Can I directly edit or configure the Android AndroidManifest.xml via Median’s UI or dashboard?
- Is there a way in Median to restrict Android app linking to only the specific paths we want?
Thank you very much!