Hello,
I am not quite sure, how the shielding of entire categories of apps is supposed to work. The FamilyActivitySelection
contains tokens for apps, websites and categories.
But the shield
property of ManagedSettingsStore
has only attributes applications
and webDomains
where I can configure the tokens from the family activity selection.
shield.applications = selection.applicationTokens
shield.webDomains = selection.webDomainTokens
I would expect there to be the property categories
that expects Set<ActivityCategoryToken>
and based on this shields apps in that category.