Hi,
I’m trying to migrate a SSSP app to new Tizen API:
- b2bapis.b2bcontrol.getSerialNumber => webapis.systemcontrol.getSerialNumber
- b2bapis.b2bcontrol.captureScreen => webapis.systemcontrol.captureScreen
As mentioned here https://developer.samsung.com/smarttv/develop/migrating-applications/systemcontrol-api-usage.html?device=signage
I need to use systemcontrol privileges in config.xml file but if I do, I can’t run my app with the Tizen Studio Debug As => Tizen Web Application
This is my config.xml
If I try to comment the systemcontrol privilege, Tizen Studio runs the app correctly.
Any idea?