-
Hello, I am making a watchface for band7, and I would like to add a direct access to the brightness control to be able to control it directly from the watchface, I have seen that it is possible to call applications with appStart but I don't know the url of the brightness control app, any ideas? Do you know that url to make the call directly? It could be something like hmApp.startApp({ url: 'pai_app_Screen', native: true }), changing pai_app_Screen for brightness_app_Screen or similar... Thank you in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
I think you should read here |
Beta Was this translation helpful? Give feedback.
I found the url...
hmApp.startApp({url: "Settings_lightAdjustScreen", native: true})
Thank you