11-14-2012 07:10 AM
Hi All,
I am developing an bb application in that i want to give application permissions to use network,wi-fi , USB etc API's. In Android we can give the application permissions inside Android.Manifest file by using <permission></permission> tag but i am not getting how to give permission in blackberry programmatically. can any one help me out in terms of code.
Thanks
to All
11-14-2012 07:24 AM
11-14-2012 07:56 AM
There is a useful ApplicationPermissionsDemo application included in the Samples that should provide sample code for you too.