Device lock
-
Hi, Can we check if the device ( Android or ios ) has locked pattern/pin/password/face-lock using QT code or we have to check it using native code of respective Android/ios? Like in Android we use :-
" isDeviceSecured() " method to check whether some security is set in Android device like pin/password/pattern/face-lock. -
Hi, Can we check if the device ( Android or ios ) has locked pattern/pin/password/face-lock using QT code or we have to check it using native code of respective Android/ios? Like in Android we use :-
" isDeviceSecured() " method to check whether some security is set in Android device like pin/password/pattern/face-lock.@Bhushan_Sure
there is no such ready made feature in Qt -> native code
Should be quite easy though -
@Bhushan_Sure
there is no such ready made feature in Qt -> native code
Should be quite easy though@raven-worx Thank you , I will go with the native one.