first test

This commit is contained in:
geeksville 2020-01-21 12:07:03 -08:00
parent 6fd57c8722
commit 1c942a10b3
4 changed files with 49 additions and 6 deletions

View file

@ -42,6 +42,8 @@ class MainActivity : AppCompatActivity() {
val enableBtIntent = Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE)
startActivityForResult(enableBtIntent, REQUEST_ENABLE_BT)
}
SoftwareUpdateService.enqueueWork(this, SoftwareUpdateService.scanDevicesIntent)
}
override fun onCreateOptionsMenu(menu: Menu): Boolean {