-3

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!!!

Do Han
  • 11
  • 2

1 Answers1

0

Here is the relevant policy (my emphasis added):

Apps that collect information (such as the user's location or behavior) without the user's knowledge (spyware) are prohibited.

My unofficial answer to you is: will your users be surprised by this behavior? If you are marketing your app as a utility for synchronizing the user's browser history and that is its primary function, that is very different than sneaking this functionality into a game where the user has no idea or expectation of it, and where this behavior has no clear or obvious end-user benefit.

Michael Aaron Safyan
  • 93,612
  • 16
  • 138
  • 200