Skip to content

Commit 2a7303f

Browse files
authored
Add new apps to system app category exclusion (#5095)
Task/Issue URL: https://app.asana.com/0/488551667048375/1208416919273982/f ### Description See attached task description ### Steps to test this PR Smoke test VPN - attempt calling / wifi calling
1 parent 1d0fece commit 2a7303f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

network-protection/network-protection-impl/src/main/java/com/duckduckgo/networkprotection/impl/exclusion/systemapps/SystemAppsExclusionRepository.kt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,16 @@ class RealSystemAppsExclusionRepository @Inject constructor(
160160
"com.google.android.gms",
161161
"com.google.android.telephony",
162162
"org.codeaurora.ims",
163+
"com.google.android.cellbroadcastservice",
164+
"com.wsomacp",
165+
"com.samsung.android.incall.contentprovider",
166+
"com.android.carrierconfig",
167+
"com.android.stk",
168+
"com.samsung.android.app.telephonyui",
169+
"com.sec.imsservice",
170+
"com.samsung.android.smartcallprovider",
171+
"com.android.server.telecom",
172+
"com.samsung.android.callbgprovider",
163173
)
164174
}
165175

@@ -169,6 +179,14 @@ class RealSystemAppsExclusionRepository @Inject constructor(
169179
"com.android.nfc",
170180
"com.google.android.networkstack",
171181
"com.google.android.networkstack.tethering",
182+
"com.samsung.android.networkstack",
183+
"com.samsung.android.wifi.softapdualap.resources",
184+
"com.google.android.networkstack.tethering.overlay",
185+
"com.samsung.android.wifi.p2paware.resources",
186+
"com.samsung.android.wifi.softap.resource",
187+
"com.samsung.android.wifi.resources",
188+
"com.android.wifi.resources",
189+
"com.google.android.apps.carrier.carrierwifi",
172190
)
173191
}
174192

0 commit comments

Comments
 (0)