Prompting to be allowed to use http -
07-19-2008, 01:27 PM
Good evening one and all. What a wonderful resource this site is -- took a little bit of finding before I hit it. Well done.
I have a Java app that posts data to the server. Everytime I start the application up, it always prompts the user if they permit the connection. After that it works fine from there on in.
However when i shut the app down, and restart it, it asks for permission on startup.
How can i "cache/store" the users permission between app restarts?
thanks
alan
Sponsored Links
Please Login or Register to Remove these Advertisements!
The user needs to set those permissions prior to running your application. Application Permissions can be found under Options / Security Options/ Applications Permissions.
Hmmm...I just did a test of ApplicationPermissions and ApplicationPermissionsManager to programmatically make a change to phone access, which prompts the user to verify my request and save. Everything goes just fine and dandy, except that the after the user "saves" my settings, my application still throws the access exception. I then go back to Security Settings (manually, via the menus) and the phone setting is back to "Deny" again.
Anybody get this "ApplicationPermissions" thing working as documented?
Just so you know you're not alone, I also experienced this issue on some older apps builds with ApplicationManager. I believe it is a known issue at RIM as you said