Android False Positives
See original GitHub issueI’ve just installed and linked the library and called JailMonkey.isJailBroken()
in componentDidMount()
of my top-level component. I got three false positives on separate physical devices:
- Android 6.0.1 (rooted once, now no longer rooted)
- Android 7.0 (never rooted)
- Android O (never rooted)
Does this library not yet support 6.X and above?
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
No, our Android app doesn't contain a virus
No, our Android app doesn't contain a virus - it's a false positive ; AVG virus warning · AVG virus warning • Play...
Read more >Two-thirds of all Android antivirus apps are frauds
Two-thirds of all Android antivirus apps are frauds. Only 23 Android antivirus apps had a 100 percent detection rate with no false positives....
Read more >Android foodpanda app false positive
Android foodpanda app false positive ... How do I report a false positive or whitelist my software with ESET?
Read more >How can I find out if the threat is false positive?
Avast Mobile Security detects malwares in the four bottom listed items. Each of the items offers two choices: 1. solve the problem through ......
Read more >My app false positive detection on Android
My Android app is false positive reported. That's unacceptable. com_ovz.carscanner-arm64-v8a.zip.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sorry for the wait, it’s been a busy week. New version published to npm
0.0.8
Just tested this after adding a missing import for
BufferedReader
class and all three non-rooted devices I listed above returnfalse
as expected. Emulators also returntrue
as expected.As is, it won’t compile because of that missing import though.
Thank you for digging into this!