07-24-2012 05:47 AM
I was wondering in bb10 either native or webworks if there will be a profile API to give you access to the mobile profiles to allow you to change and update them?
Solved! Go to Solution.
07-24-2012 08:00 AM
No such API has been announced or discussed. What you can do is send your users directly to the appropriate settings page using a navigator_invoke() call or the equivalent in WebWorks (assuming there is one). In this case you would use a URL of settings://wifi . See https://developer.blackberry.com/native/reference/
07-24-2012 08:20 AM