Android App Links allow an application to designate itself as the default handler of a given type of link. For example, clicking a URL in an email would open the link in the designated application. This guide will show you how to enable Android App links support for your Auth0-registered application using Auth0’s Dashboard.
Scroll to the bottom of the Settings page, and select Show Advanced Settings.
Select Device Settings, provide the App Package Name and the SHA256 fingerprints of your app’s signing certificate for your Android application, and select Save Changes.
You can use the following command to generate the fingerprint using the Java keytool in your terminal:
keytool -list -v -keystore my-release-key.keystoreTo learn more about signing certificates, see Android’s Sign Your App developer documentation.
To learn more about testing your app link, read [Verify Android App Links](https://developer.android.com/training/app-links/verify-site-associations) at <https://developer.android.com>.