The android scheme can be a little more difficult and not all apps have them. Generally speaking you would be looking for something like this:
<data android:scheme=”http” android:host=”www.example.com” android:pathPrefix=”/gizmos” />
In your AndroidManifest.xml usually located in the “app/src/main/“ folder. Specifically look for “android:scheme” in this case “http” would be your scheme.
More information can be found here: https://developer.android.com/training/app-links/deep-linking
If you are having trouble finding your Android Scheme, drop us a note at
[email protected] and we will try to help you track it down.