Hi
I want to remove the tab Repository from the standard Alfresco app for Android. I cant find out how to do it in the newer version. (Alfresco 5.0.2 and app version 1.7.0.267). In the old version it was easy, just add
{
"rootMenu":{
"com.alfresco.activities":{
"visible":true
},
"com.alfresco.repository":{
"visible":false
},
"com.alfresco.sites":{
"visible":true
},
"com.alfresco.tasks":{
"visible":true
},
"com.alfresco.favorites":{
"visible":true
},
"com.alfresco.search":{
"visible":true
},
"com.alfresco.localFiles":{
"visible":true
},
"com.alfresco.notifications":{
"visible":true
},
"com.alfresco.repository.shared":{
"visible":true
},
"com.alfresco.repository.userhome":{
"visible":true
}
}
}
In the configuration.json and put it into Company Home/Data Dictionary/Mobile. But this doesnt work anymore.