mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2025-01-02 15:45:56 +01:00
Use ENF version 1.1 to send confidence values
This commit is contained in:
parent
64f12230f7
commit
24d6b5aef5
@ -36,7 +36,7 @@ import java.util.*
|
||||
@TargetApi(21)
|
||||
@ForegroundServiceInfo("Exposure Notification")
|
||||
class AdvertiserService : LifecycleService() {
|
||||
private val version = VERSION_1_0
|
||||
private val version = VERSION_1_1
|
||||
private var advertising = false
|
||||
private var wantStartAdvertising = false
|
||||
private val advertiser: BluetoothLeAdvertiser?
|
||||
|
Loading…
Reference in New Issue
Block a user