Questions tagged [android-wear-3.0]

Third generation of Google's operating system for smart wearable devices, based on the Android and Tizen platforms.

Android Wear 3.0, more commonly known as Wear OS 3, is the third generation of Google's operating system for smart wearable devices like wrist watches. It's a hybrid of and , and was released in 2021.

Notable features include a redesign of the system UI, updates to the Watch Face API and the Tiles API, support for offline music playback, and the integration of Fitbit.

15 questions
4
votes
1 answer

Are not-standalone (companion) Wear OS apps still allowed for submission on the Play Store, or are they always rejected?

Our Wear OS application, which is not a standalone application (it is a companion app of our smartphone app, it cannot be used without the smartphone app) keeps getting rejected by Google Play Policy team for the following reason : "Your application…
4
votes
0 answers

Can't find my app in Wear OS 3.0 Google Playstore

We have one of our Wear OS App which we were able to install on Android Wear 2.0 watches through sideloading / Apps on your phone. But not able to find our app in Playstore Apps on your phone in Samsung Galaxy Watch 4. I added survey permission to…
Numair
  • 1,062
  • 1
  • 20
  • 41
2
votes
0 answers

There are no icons in complications on Pixel Watch and in the api30 emulator

On api less than 30 everything works, on Samsung (GW4) watches with api30 icons are also normally displayed and you can pull them out of ComplicationData. if (complicationData.getIcon()!=null) { icon[complicationId] =…
2
votes
0 answers

Android Studio Build Wear OS module not building

So. In my Android Studio project there is both an App for mobile and a module for wear OS. Debugging works perfect. The app can communicate with the wear app when i install it via androids debugging. But when i try to build signed app bundles, there…
Universe
  • 53
  • 5
2
votes
0 answers

Can .NET 6.0 with Xamarin be used to develop Android Wear 3 apps?

I tried to use Jetbrains Rider IDE to develop a small app for my Android Wear 3 based smartwatch (Samsung Galaxy Watch 5 Pro). But faced several obstacles in this regard. I started with the Android SDK for version 33. But Rider supports only Version…
dannyyy
  • 1,784
  • 2
  • 19
  • 43
2
votes
1 answer

How do I change Watch Faces on Wear OS 3.2 programmatically

I was able to change the WatchFace programmatically with Action WallpaperManager.ACTION_CHANGE_LIVE_WALLPAPER on Wear OS 2 (https://stackoverflow.com/a/29786902/3569768), but with the Wear OS 3 emulator I got the error No Activity found to handle…
2
votes
0 answers

How can I keep my app on Galaxy watch4 alive and the service running during watch idle mode?

I'm an Android developer and working on a wearable app that runs on Galaxy watch 4. In short description, this app use a foreground service that's connected to Mqtt broker and receives real-time alerts and displays them to the user. Up until recent…
2
votes
1 answer

take photo with wear OS android

I needed to know if I can use the camera on a watch, with the same API I use the camera on mobile? The application I needed to do was take a photo with a wear. I've been searching the google documentation in the wear os section and I can't find any…
Pedro Simões
  • 309
  • 2
  • 11
2
votes
1 answer

How to add Rotary Input into ScrollView in Android Wear

I am working on an android wear app, I already added rotary input to recyclerview using rcView.requestFocus(),but it doesn't work with NestedScrollview so I want to know how to add the rotary input listener to NestedScrollview. Here is what I have…
Sarath Siva
  • 547
  • 3
  • 14
1
vote
1 answer

autoSizeTextType property for wear LayoutElementBuilders.Text

In Android wear TileService we have to use LayoutElementBuilders.Text for displaying Text. In xml we can use autoSizeTextType for TextView. How can i apply this property in LayoutElementBuilders.Text for wear TileService ? I didn't find any method…
1
vote
1 answer

WearOS 3 Hide swipe top guesture, for Quick Settings Panel and use Navigation Drawer

I find out about this problem for my users with the new Wear OS 3. I am trying to forbid to OS from detecting the Top swipe gesture for showing the "System Quick settings panel". Until now in Wear OS 2- devices, it's not allowed to open this system…
Red Coder
  • 107
  • 1
  • 8
1
vote
2 answers

Google Play reject my wear os companion app with crashed when launch on phone

Can anyone help me clarify what does "Your application crashed when launch on phone" means for a wear os companion app? I tested my wear os app on API 28 and API 30, everything works fine. It is just an incremental update, but it keeps getting…
1
vote
1 answer

Our Wear OS app not listed on the Google Play

So we have an issue with our Wear OS app. Recently we got an email from Google that our app is removed from the Play Store because of quote: your app is not compatible with Watch/Wear OS devices due to a conflict in your app’s manifest with the…
Yupi
  • 4,402
  • 3
  • 18
  • 37
1
vote
1 answer

How to check Internet available on app running on wear OS 3 (Samsung Galaxy Watch 4)

I am developing a standalone app for Samsung Galaxy watch 4. I am using internet to connect with webservice APIs. Samsung Galaxy watch 4 supports Wi-Fi connection but it gets switched to phone internet when watch is paired with a phone. So to check…
Nishant
  • 32,082
  • 5
  • 39
  • 53
0
votes
0 answers

How to implement real-time voice feature in Stand alone Android Wear Application?

We already have a standalone Android watch application, and we intend implement real-time voice calls using SIP and VOIP protocol. According to my real-time research, voice calls using VOIP can be implemented in conjunction with phone and watch…
tilak
  • 4,589
  • 6
  • 34
  • 45