Languages

Menu
Sites
Language
Tizen Privileges - depreciated Privilege

I have become aware that some tizen privileges will become depreciated soon e.g. The TV Channel API will no longer be available starting Mid April 2024. How can I find out which privileges are depreciated or not? and how to handle depreciated privileges (do we replace them with newer ones that are supproted or smply remove them from our config.xml file?). 

For reference I have a web application that runs on Tizen TV's, my tizen application has a required version of 2.3 and developer api version of 2.4. I am currently using the following privileges:

 

  • filesystem.read
  • filesystem.write
  • content.read
  • content.write
  • filesystem
  • externalNetworkAccess
  • XMLHttpRequest
  • download
  • drmplay
  • drmplay
  • tv.audio
  • tv.channel
  • tv.display
  • tv.inputdevice
  • tv.window
  • application.launch
  • productinfo
  • network.public
  • avplay
Any help or suggestions would be greatly appreciated :)