domnru I've observed that when developing and running apps (e.g., Java, Kotlin, Flutter) on a physical device, the app gets installed on all user profiles, even those in BFU mode.
"BFU" and "AFU" are device states, not profile states. At present, profiles other than the owner profile can be running or at rest, but that's not the same thing.
I believe each package exists only once, in one version, on a device. The details of whether it is "installed in" (really: visible in) any profile are complicated.
domnru Is this the expected behavior? Or is it a potential issue?
I believe the expectation is that adb is used by developers, for debugging, on non-production devices.