Forum Discussion
Truls_Paulsen
Jun 14, 2023Copper Contributor
Android: Create dynamic group based on os build number
Any suggestions on how to create dynamic group based on os build number for Android devices?
Andrew_Beard
Feb 28, 2024Copper Contributor
Truls_Paulsen
I am using the simple OS Version instead of build number and a filter to control assignments of settings or apps that only exist on certain OS versions - does that help anyone at all?
https://learn.microsoft.com/en-us/mem/intune/fundamentals/filters-device-properties
Tenant Administration > Filters > Create Device Filter > Android Enterprise
Android-Devices-Phones-Version-9
(device.osVersion -startsWith "9")
Android-Devices-Phones-Version-10
(device.osVersion -startsWith "10")
Android-Devices-Phones-Version-11
(device.osVersion -startsWith "11")
Android-Devices-Phones-Version-12
(device.osVersion -startsWith "12")