Hi guys,
I have an old private app, that is not published via Play Store, that runs OK without any problem.
This app send data to server via JRDC2 and stored some of its configurations in phone's internal directory via file provider and key values Store.
To get Internal directory location, this codes was used
Key Value Store library used is version 2.30
App runs OK in my phone with Android 10, no harm detected by Play Protect.
I update this app, add a query via JRDC, tried to install the updated version to my phone, suddently, Play Protect detect it as a harmful app.
In still can be installed, but from my experienced, soon or later, Play Protect will delete it automatically.
Any hints how to get rid this distrubing behaviour by Play Protect ?
I have an old private app, that is not published via Play Store, that runs OK without any problem.
This app send data to server via JRDC2 and stored some of its configurations in phone's internal directory via file provider and key values Store.
To get Internal directory location, this codes was used
B4X:
Sub Service_Create
Private rtp As RuntimePermissions
PUB_InstDir= rtp.GetSafeDirDefaultExternal("")
End Sub
Key Value Store library used is version 2.30
B4X:
kvs.Initialize(PUB_InstDir, "datastore.cfg")
App runs OK in my phone with Android 10, no harm detected by Play Protect.
I update this app, add a query via JRDC, tried to install the updated version to my phone, suddently, Play Protect detect it as a harmful app.
In still can be installed, but from my experienced, soon or later, Play Protect will delete it automatically.
Any hints how to get rid this distrubing behaviour by Play Protect ?