Hello,
Is it possible to have one profile with one package that only installs in Android 10 and another package that only installs in Android 11?
I have a problem with Android 11 when I try to copy some files to the application folder (not possible after Android 10) and solve it, creating another profile (a clone) with a different package that have a different path to these files and assign only if Android > 10 and existing profile assign only to Android 10.
But now I have two similar profiles and I want to just have one.
Is this possible?