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.
As far as I know an Android emulator is a rooted Android device. I'm getting result
false
for both calls: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.