Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The first row in the main view of home UI contains app listings. YouTube, Metrological, and Xumoapp Xumo app can be launched from app listings 

...

Note:1. Make a folder(partnerapps) in USB, add appmanagerregistry.conf as below 

Sample conf file 

{"applications":    

[    

{    

"displayName" : "TV Settings",  

"uri" : "https://rdkwiki.com/rdk-apps/BouncingBall/index.html",    

"applicationType" : "Lightning",    

"url" : "/usb/images/bg1.png"   

},     

{    

"displayName" : "RDK Guide",    

"uri" : "https://rdkwiki.com/rdk-apps/BouncingBall/index.html",    

"applicationType" : "Lightning",    

"url" : "/usb/images/RDKtile.png"   

 

]    

} 



Update apps list 

User can update the apps list by specifying config file in `/opt/appmanagerregistry.conf` 

...