This could happen if you have changed the app's package ID in build.gradle.
Open your configuration details, "MDM settings", and make sure that "Component - event recipient" contains the original component name "com.hmdm.launcher.AdminReceiver" rather than a rebranded package ID.
The reason is that changing the package ID in build.gradle doesn't change the Java package of the admin component.