Android Question administrator manager pass reset ?

hookshy

Well-Known Member
Licensed User
Longtime User
I was playing around with administrator manager library , i installed the example from library .
i guess i put an pin like 1234 then i have dezinstaled the example . Now i can not remove passwork when the screen unlocks . Is this possible ?
 

hookshy

Well-Known Member
Licensed User
Longtime User
B4X:
    If manager.Enabled = False Then
        manager.Enable("Please enable in order to get access to the secured server.")
    End If

I put the above statement in the activity resume . and when the app starts all the time i am beeing asked to activate administrator account and this is wong ! why ?
 
Upvote 0

hookshy

Well-Known Member
Licensed User
Longtime User
I managed to deactivate the screen lock pin only after uninstall of all app with administrator priviledge including antivirus .
I do not know how it works but it seems if one administrator modified pin for screen lock you can not disable ...it is strage for me was quite a hardache .
 
Upvote 0
Top