语言

Menu
Sites
Language
Native app appearing not available for double-press home key.

I have a small native application running on a Gear S2 (just testing) and I'd like to use the double-home feature to select the app. The app runs/launches just fine, but does not appear in the double-home application list -or- others like selecting an app in a stylized watch to run an application. The lists show every application on the phone except mine.

Is there something that prevents side-loaded applications or non-store-signed apps from showing up?

Thanks!

编辑者为: Robert Cichielo 28 1月, 2016

响应

2 回复
Gerald Jarvis

You're not able to test with side-loaded appliation if it's not shown on the list. it seems to be a policy.

Sukwon Suh

please add <category> in your tizen-manifest.xml

I tested glviewcube sample then it was shown on [Double press Home Key].

 

    <ui-application appid="org.example.glviewcubesample" exec="glviewcubesample" multiple="false" nodisplay="false" taskmanage="true" type="capp">
        <label>glviewcubesample</label>
        <icon>glviewcubesample.png</icon>
 <category name="com.samsung.wmanager.WATCH_APP"></category>
    </ui-application>