make broadcast recipients explicit

This commit is contained in:
geeksville 2020-01-26 11:33:51 -08:00
parent a306c4466d
commit ff281b6c39
4 changed files with 46 additions and 7 deletions

View file

@ -157,7 +157,7 @@ class MainActivity : AppCompatActivity(), Logging {
override fun onServiceConnected(name: ComponentName, service: IBinder) {
val m = IMeshService.Stub.asInterface(service)
meshService = m
// Do some test operations
m.setOwner("+16508675309", "Kevin Xter", "kx")
val testPayload = "hello world".toByteArray()