Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Trusted Contributor
maanbhati
Posts: 229
Registered: ‎07-28-2010
My Carrier: Software Developer

How to give permissions in bb java development.

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

Please use plain text.
Developer
simon_hain
Posts: 13,754
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: How to give permissions in bb java development.

you can use http://www.blackberry.com/developers/docs/7.1.0api/net/rim/device/api/applicationcontrol/Application...
----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.
Developer
peter_strange
Posts: 17,630
Registered: ‎07-14-2008

Re: How to give permissions in bb java development.

There is a useful ApplicationPermissionsDemo application included in the Samples that should provide sample code for you too.

Please use plain text.