You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adb shell device_config put activity_manager bg_auto_restrict_abusive_apps 1
adb shell device_config put activity_manager bg_current_drain_auto_restrict_abusive_apps_enabled 1
dexopt
adb shell cmd package bg-dexopt-job
remove system package
# list all packages
adb shell pm list packages
# remove package
adb shell pm uninstall -k --user 0 <pkgname>
disable proxy on command line
settings delete global http_proxy
settings delete global global_http_proxy_host
settings delete global global_http_proxy_port
settings delete global global_http_proxy_username
settings delete global global_http_proxy_password
settings delete global global_http_proxy_exclusion_list
settings delete global global_proxy_pac_url
reboot