abu0306 / flutter_root_jailbreak

MIT License
5 stars 6 forks source link

Emulator is not detected as rooted device #5

Open timobaehr opened 12 months ago

timobaehr commented 12 months ago

As far as I know an Android emulator is a rooted Android device. I'm getting result false for both calls:

final jailbroken = await FlutterJailbreakDetection.jailbroken
final developerMode = await FlutterJailbreakDetection.developerMode

Please close the issue if I'm wrong and emulator is not a rooted device. I know that on emulator one has access to key value pairs stored inside SharedPreferences.