aloussase / AlexandriaApp

:book: Search for books and download and convert them to different formats
MIT License
71 stars 6 forks source link

Google Play Protect recognizes the app as harmful #22

Closed nvzeppelin closed 6 months ago

nvzeppelin commented 6 months ago

When updating from v0.2.0 to latest on F-Droid, I got a popup stating that the app may be harmful

Screenshot_20240326_224331

aloussase commented 6 months ago

I don't know why this may be honestly.

Delorean12DMC commented 6 months ago

It's possible the app gets recognized as harmful because it relies on an external api to convert the books into another format. This behavior is also found in harmful software, where files get stolen from the user. But there is nothing to worry about in that case, because the app just relies on said api to convert the books. So it just uploads the downloaded file to an external service to convert it into a different file format and then downloads the converted file from that service. That is not harmful, but google still thinks that it is malicious. At the moment, there is no way around it.