I'm trying to build Tizen wearable native app with Kiosk mode. Like getting admin access.
So far i found this KNOX SDK for Tizen native app. But i can't found any documentation related to importing that library and can't find any samples.
Is there any other way to override hardware keys.
I don't know about KIOSK MODE.
But I will write about hardware key override. First of all, you can find about hardware key grab in link https://developer.tizen.org/development/ui-practices/native-application/efl/hardware-input-handling/grabbing-hardware-key-events
You can find hardware key name as below code. and all hardware key name is listed below link.
https://developer.tizen.org/development/ui-practices/native-application/efl/hardware-input-handling/grabbing-hardware-key-events#keystring
This sample code based on BasicUi online example code in SDK.