Good day Fabrice, 

Thanks for replying. Unfortunately the getAll() API keeps throwing 'null' at me 
as well. 

--- 

My manifest: 

{
  ... 
  
  "permissions": 
  {
    "systemXHR"             : { }, 
    "webapps-manage"        : { }, 
    "device-storage:apps"   : { "access": "readwrite" }, 
    "device-storage:sdcard" : { "access": "readwrite" } 
  }, 
  "type": "certified" 
} 

--- 

My relevant code segment: 

            var manager  = navigator.mozApps.mgmt;  

            manager.getAll().onsuccess = function onsuccess(event) 
            {           
                var listofapps = this.result; 
                alert("Result: " + listofapps); 
            } 

--- 

Any ideas on what else I could try? How do I verify that my app does indeed 
have Certified privileges? 

Much appreciated for your time! 


Hugh 
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to