0

I try to find a way to get the phone's battery level from a watch wearable device. Is there any way to get it from the standalone watch app? Of course, it has a Bluetooth connection.

I want to know about 2 cases.

  1. Phone: Android, Smart Watch: Android native wear 2.0 (kotlin or java)
  2. Phone: Android, Smart Watch: Tizen Web App (javascript)
choe
  • 3
  • 1

1 Answers1

0

In neither case (Tizen nor Wear OS) is it possible to get phone battery information in the standalone watch app. You'll need to build a companion phone app and send this data yourself.

Sterling
  • 6,365
  • 2
  • 32
  • 40