문제

Can we set UserAgent for any mobile browser like Mozilla, Crome, UC Browser etc.

I have gone through WebView.getSettings().setUserAgentString(newUA);

But It is for webview, My issue is I need to set UserAgent to all installed browsers, Not webview.

올바른 솔루션이 없습니다

다른 팁

That sounds like it would violate a lot of Android's sandboxing principles, so I'm going to have to go with not possible (unless the device is rooted perhaps). Chrome for Android already has this as a feature anyway.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top