Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Play Protect flagging app as harmful #191

Open
coderkei opened this issue Jul 1, 2024 · 4 comments
Open

Google Play Protect flagging app as harmful #191

coderkei opened this issue Jul 1, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@coderkei
Copy link

coderkei commented Jul 1, 2024

Describe the bug
Google play protect is flagging this app as harmful

To Reproduce
Steps to reproduce the behavior:

  1. Install or update the app directly from github releases with play protect enabled.
  2. The message will appear. This will also show as a notification.

Expected behavior
For this to not occur, presumably its a false positive but still a concern

Screenshots
Screenshot_20240701_225538_Google Play Store

Desktop (please complete the following information):

  • OS: N/A
  • Browser N/A
  • Version N/A

Smartphone (please complete the following information):

  • Device: Samsung Galaxy S21
  • OS: Android 14
  • App Version: 1.3.3

Additional context
Any idea why its being flagged? I assume its a false positive. Not sure if the F-Droid build is affected as this was with the github release build.

@coderkei coderkei added the bug Something isn't working label Jul 1, 2024
@ismartcoding
Copy link
Owner

ismartcoding commented Jul 2, 2024

The issue was resolved after rebuilding the APK. (root cause is still unknown)

Possible reason:

Obfuscation: Heavy obfuscation of the code can sometimes trigger Play Protect, as it might be seen as an attempt to hide malicious behavior.

@ismartcoding
Copy link
Owner

I believe Google Play Protect utilizes results from multiple file scanning platforms.
It's absurd that some file scanning platforms label apps as malicious based solely on the permissions they request.

image

image

@torbato
Copy link

torbato commented Jul 6, 2024

So if we are using the GitHub release version we can just ignore the flagging? I tried uninstalling and reinstalling multiple times but the bug is still present. I would like to be able to use the latest version since the one packaged for f-droid is older. I hope Google will fix their problems.

@ismartcoding
Copy link
Owner

Version 1.3.4 is identical to 1.3.3; the only change made was an increase in version number to test Google Protect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants