android - Allow only 1 app to connect to specific WiFi -


at company, want restrict users (having android devices) access 1 application using company internet.

for example, when i'm in company , i'm connected wifi, should able access company's application.

is possible?

this not done using app. use network proxy or manage proxy settings on devices themselves.

using webview can restrict loading other urls code:

webview = (webview) findviewbyid(r.id.webview); webview.setwebviewclient(new webviewclient() {   public boolean shouldoverrideurlloading(webview view, string url) {     if(url.contains("*your url here*")) {       view.loadurl(url);     }     return true;   } }); 

Comments

Popular posts from this blog

account - Script error login visual studio DefaultLogin_PCore.js -

xcode - CocoaPod Storyboard error: -