Meshtastic-Android/app
Kevin Hester e1753cfa18 fix BLE permissions error found by the autotester:
/// The following call might return null if the user doesn't have bluetooth access permissions
            val s: BluetoothLeScanner? = bluetoothAdapter.bluetoothLeScanner

            if(s == null) {
                ScanUIState.errorText = "This application requires bluetooth access. Please grant access in android settings."
            }
2020-02-29 14:14:52 -08:00
..
src fix BLE permissions error found by the autotester: 2020-02-29 14:14:52 -08:00
.gitignore gitignore 2020-02-19 10:54:29 -08:00
build.gradle release 0.0.6 2020-02-29 13:21:16 -08:00
google-services.json add a bogus google-services to prevent build complaints. 2020-02-27 14:52:17 -08:00
proguard-rules.pro initial checkin of virgin project 2020-01-20 15:53:22 -08:00