... | @@ -21,7 +21,6 @@ and in the `Application` instance (here `SampleApp`) `onCreate` method call `ini |
... | @@ -21,7 +21,6 @@ and in the `Application` instance (here `SampleApp`) `onCreate` method call `ini |
|
|
|
|
|
```java
|
|
```java
|
|
B4SSettings settings = B4SSettings.init(this, "MY-APP-ID");
|
|
B4SSettings settings = B4SSettings.init(this, "MY-APP-ID");
|
|
settings.setShouldEnforceBluetooth(false); // When set to true, Bluetooth is automatically turned ON on application launch
|
|
|
|
MonitoringManager.ensureMonitoringService(this);
|
|
MonitoringManager.ensureMonitoringService(this);
|
|
```
|
|
```
|
|
|
|
|
... | | ... | |