Find my mobile

Hey,
In GWS there was option to put action that double tap find my mobile start to work, in WFS I cant find this options…
i add screenshot from GWS

In GWS it was easy to do this because the watch faces only ran on Galaxy Watches but with Watch Face Studio the watch faces are made for all watches running Wear OS 3 and now Wear OS 4. So they can’t know what is installed.

However you can set an action on a button or text box and select a custom ID if this is for your personal use.
Try running simple adb commands

adb connect 192.168.xxx.xxx:5555 (your watch IP address & enable debugging)
adb shell
pm list packages

You will get an output list like this
package:com.android.cts.priv.ctsshim
package:com.google.android.ext.services
package:com.android.providers.telephony

The app ID is after package:

com.samsung.android.wear.shealth/com.samsung.android.wear.shealth.app.heartrate.view.HeartRateActivity

go to Play Store and download the Package names app . open it and you will see the apps that are installed on your phone.

Ron
Samsung Developer Relations