Default Weather ID

Hi! I want to add option when user tap on weather icon to open default weather app on watch. I find app ID for Samsung weather app, but how to find other default weather app ID’ s for Xiaomi, Huawei etc.

1 Like

Even if you find the package name for different weather providers based on different devices, how are you going to change that in the tap action?

1 Like

when you make a text or image that you want to open with the touch you have to use bugjaeger or via adb, find the application that you want to open and copy the code

@_marco_1969

I understand… how to use the Tap and Touch. I usually hide an easter egg in my faces that launches the compass.

My question maybe not worded well

If you have multiple devices Samsung Pixel Xiomai etc

How will the user be able to choose the appropriate weather service?

1 Like

each application that is installed on the watch has its own signature, and through bugjaeger (once the phone and watch are communicating) you will have a list of all the applications present on the watch, it will be the user who will have to find the program to associate with the action, in the screen that I loaded, I inserted the program that shows the moon phases into the action

@_marco_1969

I think you are missing the point.

I know very well how to find app packages and assign an app package to the Action.

The way i read the original post form @teyri aske how it could be assigned to different devices. That was the point of my question. For a face to be flexible to all devices (Google, Samsung, OnePlus etc) how is the tap and touch going to allow the user to change based on device.

But thank you for your well worded explanation. I am sure it will help someone

You are right that only one app id can be added!