Improve per-app proxy
This commit is contained in:
@@ -49,6 +49,7 @@ class Application : Application() {
|
||||
AppChangeReceiver(),
|
||||
IntentFilter().apply {
|
||||
addAction(Intent.ACTION_PACKAGE_ADDED)
|
||||
addAction(Intent.ACTION_PACKAGE_REPLACED)
|
||||
addDataScheme("package")
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user