get-installed-related-apps icon indicating copy to clipboard operation
get-installed-related-apps copied to clipboard

get-installed-related-apps returning empty array of android apps on subdomain web pages

Open harinarayana opened this issue 1 year ago • 0 comments

Let's say we have following domain and sub-domain names domain.com, abc.domain.com, xyzzy.domain.com

We have hosted assetLink.json file on each domain & submain.

Included asset_statements in Android manifest file. Included asset_statements in Android strings file.

THE asset_statements in strings.xml contains a JSON ARRAY of statements with include & relation, target for each domain & subdomains.

It is considering the include statement of only first element of JSON ARRAY and ignoring the others.

Due to which getInstalledRelatedApps is returning empty for rest of the subdomains defined in a JSON ARRAY.

Not sure how to solve this issue.

Thanks in Advance!!!

harinarayana avatar Mar 09 '23 05:03 harinarayana