... | ... | @@ -30,7 +30,7 @@ and in the `Application` instance (here `SampleApp`) `onCreate` method call `ini |
|
|
MonitoringManager.ensureMonitoringService(this);
|
|
|
```
|
|
|
|
|
|
### Prevent your application from mock locations
|
|
|
### Prevent your application to trigger notifications resulting of mock locations
|
|
|
|
|
|
On Android, some applications (like Lockito) can generate mock locations (typically for debuting purpose). By default, mock locations are authorised by the Neer.by SDK. You can disable them with the following code :
|
|
|
|
... | ... | |