Quantcast
Channel: Active questions tagged adb - Android Enthusiasts Stack Exchange
Viewing all articles
Browse latest Browse all 356

How to set http_proxy per user profile

$
0
0

Is it possible to set proxy per user profile on android?

settings put global http_proxy 192.168.1.6:8080affects all users

From what i read this setting is stored at:

/data/system/users/<User_ID>/settings_global.xml

So I wonder if is possible somehow to specify it per user.

I'm trying to achieve something like:

user0 http_proxy 192.168.1.6:8080user1 http_proxy 192.168.1.6:8081 etc

Any way to redirect the network traffic of applications running by each user profile through a specific proxy:port.

I'm using Android12, and i have root access.


Viewing all articles
Browse latest Browse all 356

Trending Articles