As this plugin hasn't been updated in a while it does not adhere to the Android Developer documentation on mitigating Tap Jacking:
https://developer.android.com/privacy-and-security/risks/tapjacking
For Android 12 and above the better mitigation is to use Window.setHideOverlayWindows call.
If you are using a Capacitor project then this plugin provides this mitigation.