how httpregistryfilter() in blackberry works?how to use [closed]
- by Sowjanya
i am trying to start my application using an url in my device browser. for this i used this:
HttpFilterRegistry.registerFilter("www.atsas23.com","com.rim.samples.device.push");
Here this method will registry my application with www.atsas23.com and the second one will call the protocol class ,which is their in com.rim.samples.device.push.
Now after doing ,still i am not getting .Means my app is not opening in browser.Can anybody tell why my application is not registering.what is going wrong.