Use device password/pin for app to unlock screen

So the final Solution for the problem :thinking:
Auth Extension

Import the extension in your app and add blocks
When Screen1.Initialize:
If call Auth1.IsPasscodeLockEnabled = "true"
then android intent by @ShanmugaNathan2023
Else:
// Whatever you wish to do :sweat_smile:
Hope it solves your problem
Regards
Sarthak Gupta