Is it possible to set proxy per user profile on android?
settings put global http_proxy 192.168.1.6:8080
affects 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.