safe_device
safe_device copied to clipboard
Hi, The Sony XQ-CC72 device is being considered as an Emulator by the library (verson 1.1.7). Below are more details about the device: Android Sony XQ-CC72 Dalvik/2.1.0 (Linux; U; Android...
Hi, MockLocation is causing ANR, safe_device version 1.1.7 Before version 1.1.6, the same thing happened with the trust_location package Both issues were noticed in Android 14 My application does not...
This is similar to #37 , but the cause is `LocationsAssistant.java`, not an external package. This happened on version 1.1.5, but looking at the commits for version 1.1.6, I'm sure...
Adding the safe_device dependency (dependencies: safe_device: ^1.1.6) to my Flutter project results in significant frame skipping issues when initializing it according to the provided example code. The frame skipping issue...
Fixes https://github.com/ufukhawk/safe_device/issues/31
This fix still detects bluestacks as emulator, but doesn't give false-positive result for Sony devices. Tested against Sony XQ-DC54 and BlueStacks 5.
When used with geolocator, the UI will not respond when the app is started.
Setting development_settings_enabled has moved from android.provider.Settings.Secure to android.provider.Settings.Global
While integrating jailbreak detection for iOS, I noticed that several common paths used by jailbreak tools are not currently checked. Adding these could improve the reliability of jailbreak detection. Here’s...
- added SafeDeviceConfig - added locationUpdateEnabled settings in SafeDeviceConfig for user to decide to enable/disable location update listener