Can an Android application be programmed to set up a security policy on android OS?
Security policy example that i want:
app1 needs to be running to be able to run app2 or app3.
And then let app1 detect if app2 or app3 is being started.
If yes then: pop up on screen and ask for authentication.
(the policy should only be editable with the pin code of the user.)
Security policy example that i want:
app1 needs to be running to be able to run app2 or app3.
And then let app1 detect if app2 or app3 is being started.
If yes then: pop up on screen and ask for authentication.
(the policy should only be editable with the pin code of the user.)