Hello,
I am revising my watchfaces, because some touch functions of older watchfaces from Android 7.1 do not work anymore. I installed the app Package Names and compared the parameters. to Android 7 there are the following changes :
blood oxygen:
class name :com.wiite.wiite_bloodoxygen.MainActivity
package name :com.wiite.wiite_bloodoxygen
heartrate :
class name :com.wiite.wiite_heartrate.MainActivity
package name :com.wiite.wiite_heartrate
dialer :
class name :not existing
package name :com.android.dialer
Then testing, I found that the heartrate function is ok, but not the bloodoxygen function. Furthermore there is no class name for the dialer, it does not work by touch.
Does anyone have an idea ?