su-vikas / conbeerlib

Android library for detecting Android virtual containers.
MIT License
67 stars 18 forks source link

False Positive with Running App Services #6

Open blundell opened 3 years ago

blundell commented 3 years ago

We are using JobScheduler in our app and it seems it's flagged as a container service:

com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService

I know we can add it to the list of appServices but it seems like something that should be ignored by default.

Here:

image

Since it's running and I didn't add it to appServices, then it falsely thinks we are running a container.

su-vikas commented 3 years ago

@blundell Thanks once again. I will have a look on this along with other bugs you reported.