0

If I send data between Android devices using ConnectionsClient.sendPayload(), will the data be encrypted in transit, or can it be intercepted (over wifi or Bluetooth)?

Ellen Spertus
  • 6,576
  • 9
  • 50
  • 101

1 Answers1

1

As long as you confirm the token provided in ConnectionLifecycleCallback.onConnectionInitiated() on both devices before calling ConnectionsClient.acceptConnection(), the data is safely encrypted.

Xlythe
  • 1,958
  • 1
  • 8
  • 12