I have a unique situation while developing my andorid mobile app. I am using some third party libary to get the bluetooth reading within my application. so far i am able to get the reading successfully but when the third party libary takes the reading from bluetooth device and it sends the reading to its own server, after that it passes the reading to my application.
so i want to restric the call made by third party libary , following is the ulr that the libary is using.
is there any way to block the above url by programmaticallyor by declaring some setting in android manifest
file