App Indexing Android - “<link>” in “<head>” doesn't work
We are struggling with the app indexing topic from google. The plan is to insert a tag in the -area of a website (crwaled from google) like this: android-app://com.testApp/myCustomScheme/car/ford and after that to visit this website with the smartphone and the app should open. But it isn't work... AndroidManifest: In the AndroidManifest we inserted following code: <intent-filter android:label="test"> <action android:name="android.intent.action.VIEW"/> <category android:name="android.intent.category.DEFAULT"/> <category android:name="android.intent.category.BROWSABLE"/> <data android:scheme=