Add system proxy toggle

This commit is contained in:
世界
2023-09-03 22:55:19 +08:00
parent 1c8cc6b3cf
commit 03f9dc4883
8 changed files with 95 additions and 9 deletions

View File

@@ -13,6 +13,8 @@ object SettingsKey {
const val PER_APP_PROXY_LIST = "per_app_proxy_list"
const val PER_APP_PROXY_UPDATE_ON_CHANGE = "per_app_proxy_update_on_change"
const val SYSTEM_PROXY_ENABLED = "system_proxy_enabled"
// cache
const val STARTED_BY_USER = "started_by_user"