After some reasearchs i found the issue, it's basically because atfter android 9 it need to have this format in the adb command:
adb shell dpm set-device-owner com.myGroup.myPackage/com.myGroup.myPackage.AdminReceiver
and not
adb shell dpm set-device-owner com.myGroup.myPackage/.AdminReceiver