Global navigation was implemented

This commit is contained in:
2024-01-02 22:05:23 +07:00
parent 77a3b19b24
commit 18bd21fba1
30 changed files with 232 additions and 119 deletions
@@ -1,13 +1,10 @@
package com.helible.pilot.receivers
import android.annotation.SuppressLint
import android.bluetooth.BluetoothAdapter
import android.bluetooth.BluetoothDevice
import android.content.BroadcastReceiver
import android.content.Context
import android.content.Intent
import android.location.LocationManager
import android.os.Build
class BluetoothAdapterStateReceiver(
private val onBluetoothEnabledChanged: (isBluetoothEnabled: Boolean) -> Unit,