Languages

Menu
Sites
Language
I have a question in wearable development

I'm making logging app.

I want to add a features to app, that is logging whether gear is on use (user uses gear for some subject)

So I have a question.

Is it possible to check the gear is on use or not?

If possible, how can I implement that?

I don't mean that whether screen is on or not. because it can happen when I watch gear only and not use it.

I want to know that user uses some application

Edited by: Hyunjun Kim on 12 Aug, 2015

Responses

1 Replies
pius lee

I think you can't do it on web application. (You can get application list but can't know that is runiing or not.)

but you can do it in native application later SDK  after 2.3.

in native application, you can use app_manager_foreach_app_info and  app_manager_is_running. so you can know what application is running.