My app is kind of search engine for the user to search their personal browser history. And in installation, for permission, i also ask the user for: read your web history.
this is the behavior: - The user minimizes my app. - Open browser, visit some pages. - Re-launch my app. - At this time, my app will look at the browser history, and send the list of URLs the user has viewed to the database. And from now on, from the app, the user can search their web browsing history.
I already read the policy at: https://play.google.com/intl/en/about/developer-content-policy.html
But I'm still not sure that Google store allow my app to do that. Please give me advice. Many thanks!!!