0

I have call recording application which simply record calls and manage those recording. That's all.

Is application indexing applicable to my product as deep link means the application handles the url but what should I handle in my application ?

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
Ehsan Haq
  • 1
  • 1

1 Answers1

0

It sounds like Personal Content Indexing is what you're looking for:

https://firebase.google.com/docs/app-indexing/android/personal-content

You could create an object to represent a recording, and have metadata associated with it. That could then be searched by your users.

Laurence Moroney
  • 1,263
  • 8
  • 20