I'm relatively new to Android programming and I am developing an app which needs its online traffic to go through a proxy.
1- I came across Proxy and ProxySelector in Android developer website but found very little on how and where exactly in my code to use them (I am writing Java).
2- I am concern that my users might abuse the proxy by using it for other purposes than what it is intended for. how could I ensure my app users won't be able to see or abuse the paid proxy?
Any help is much appreciated.