Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
75 views

Hello? I am developing android wear app. I know that there is a limitation of background service from android 8. https://developer.android.com/about/versions/oreo/background#services ...
박찬준's user avatar
  • 458
3 votes
1 answer
794 views

Description I have encountered an issue with granting the "MANAGE_EXTERNAL_STORAGE" permission on Wear OS 4, and I'm seeking assistance in resolving it. On Wear OS 3, I had no trouble ...
MISU's user avatar
  • 51
1 vote
1 answer
3k views

I'm working on a Flutter app and I want to establish a connection with a smartwatch to exchange step(tracking) data and control some features. I've done some research(Android & iOS), but I'm not ...
Nehil Koshiya's user avatar
0 votes
0 answers
265 views

I want to know it's possible to use BLE in android wear device(with Wear OS device) with out phone(device) I know that it's possible to use BLE in android wear with phone but I'm not sure without ...
박성범's user avatar
0 votes
1 answer
94 views

I'm trying to create a watch face using some data. However, I need access to ACCESS_FINE_LOCATION to get the user's location. From the sample provided here, the watch face is launched as a service and ...
user3826764's user avatar
1 vote
1 answer
796 views

I wonder how to create a release in the same time for my android apps for phone and watch There is no reason to use these apps separately, but technically you can install only android app or only wear ...
discCard's user avatar
  • 531
2 votes
1 answer
223 views

Im trying to upload a new release to the PlayStore with two bundles: Wear os bundle Mobile bundle I have enabled the wear os track I created a new track for "WearOs only" I have uses ...
Yakir Yehuda's user avatar
0 votes
1 answer
59 views

now i am programming a WearOS Watch. And i have following quesiton. I have a periodic work: private val constraints = Constraints.Builder() .setRequiredNetworkType(NetworkType.CONNECTED) //...
muellerelias's user avatar
0 votes
1 answer
571 views

I'm trying to implement two sample BLE applications. One application will be a client application and the other will be a peripheral application in two different devices. The client app will do a BLE ...
Daredevil's user avatar
1 vote
0 answers
28 views

I am trying to develop a wearable application using Samsung Health SDK. Want to support only Samsung Devices(Watch, wear OS) only. Can I add some specific code at the manifest level to exclude other ...
SaurabhG's user avatar
  • 193
0 votes
1 answer
209 views

I'm re-writing a wearOS android app. This app uses Horologist tiles. When I try to create the class to implement the tiles, I get the error: Class 'MainTile' is not abstract and does not implement ...
BCT's user avatar
  • 323
0 votes
0 answers
112 views

I want to disable a quick panel when swipe down that show in wearOS watch in samsung watch 4 or above new model version of watch , is there any ways to disable this or not please give me some idea or ...
Sunny Patel's user avatar
1 vote
2 answers
2k views

Here I am trying to open keyboard automatic when activity get started in JetpackCompose, but I am not getting any ways to achieve this success and getting the error below: As I study more and I found ...
Sunny Patel's user avatar
0 votes
1 answer
587 views

My layout contains a single ScrollingLazyColumn that fills the entire screen. The first item should be at the top of the screen, but it is centered. Here is my code: @Preview(device = Devices....
CiriousJoker's user avatar
0 votes
1 answer
231 views

I have a Watch Face for Wear OS + Companion App for phone and tablet. I have created a new track specific for Wear OS, as suggested in: https://support.google.com/googleplay/android-developer/answer/...
Melk90's user avatar
  • 380
1 vote
1 answer
477 views

WearableListenerService stopped working in API 33 leading to a situation when WearOS devices are not able to send message to a phone. Google was aware about the issue and stated that it's fixed, but ...
Oleg Gryb's user avatar
  • 5,309
1 vote
0 answers
190 views

i am working on project which is base on WearOs app development , This app content small game and in this i want to disable default functionality of physical button 1(Home or lock) and button 2(back ...
Sunny Patel's user avatar
0 votes
1 answer
731 views

I want to implement Health Connect on Wear OS-based SmartWatch. But not getting any concreate information whether Health Connect supports Wear OS or not. Also, Health Platform is going to deprecate ...
SaurabhG's user avatar
  • 193
0 votes
1 answer
356 views

Google updated how ambient mode works in WearOS but I'm having trouble implementing the changes. This is the change they made: https://android-review.googlesource.com/c/platform/frameworks/support/+/...
Kris B's user avatar
  • 3,578
6 votes
1 answer
361 views

I try to make a voice recognition on my Galaxy Watch 4 in Kotlin language with Android Studio and it seems that it is not available on this device. The value of SpeechRecognizer.isRecognitionAvailable(...
KBill's user avatar
  • 85
3 votes
0 answers
156 views

I've created simple complication which shows air pressure in hhmg units (because default one uses hPa units). It works perfectly on Pixel Watch. But when I've installed it on Galaxy Watch 4 it doesn't ...
Dmytro Rostopira's user avatar
1 vote
1 answer
285 views

I am developing a Wear OS application of existing Android Application. I created Wear OS module with different app, module and package name in Android Studio of existing Android application's project. ...
isifzade's user avatar
  • 576
2 votes
1 answer
305 views

I finally got my tile working for my Android Watch project, but I can't get the layout to work properly. I am trying to have text (dynamically will change based on state and a freshness timer) and a ...
Neglected Sanity's user avatar
0 votes
0 answers
242 views

I'm trying to develop a Watchface in Kotlin and I'm facing some difficulties in obtaining the number of steps and other data. I'm really a beginner in this subject and in Kotlin, so please be kind c: ...
Blodht's user avatar
  • 1
0 votes
1 answer
357 views

I have a Chip component, and through its onClick event, I would like to bring up the keyboard. Currently, I am using the RemoteInput API: val intent: Intent = RemoteInputIntentHelper....
JoZ's user avatar
  • 1

1
3 4
5
6 7
64