getExcludedApps

abstract suspend fun getExcludedApps(): List<String>

This is a suspend function because the operation can take time. You DO NOT need to set any dispatcher to call this suspend function

Return

a list of app packages that is excluded from Network Protection