-
-
Notifications
You must be signed in to change notification settings - Fork 79
WIP Add SIM card PIN policy #457
base: develop
Are you sure you want to change the base?
Conversation
ac2b588
to
354b149
Compare
A link to the PR for the agent ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the agent is ready, then OK to merge.
354b149
to
f95d4c4
Compare
Is it possible to also create a policy to set the PIN2 ? |
f95d4c4
to
81cfee2
Compare
This policy was added on the last commit |
PR approved, but we need to wait that the agent is ready to handle them. |
81cfee2
to
e6a52e0
Compare
e6a52e0
to
e596229
Compare
e596229
to
019d239
Compare
I've been searching on Android's API documentation for the minimum version for this policies but I haven't found any information. @rafaelje, could you give us any reference? |
The agent is not ready for this policy, I'm not testing yet but looking the code on the response we can do it sending the PIN information to one intent, so we can do it from API 1 to 27
https://stackoverflow.com/questions/25784141/android-set-or-reset-sim-card-pin-code-programmatically |
019d239
to
c8c25e0
Compare
dc7d2ce
to
aa63342
Compare
6ef02f4
to
b7818a3
Compare
b7818a3
to
9357bc2
Compare
Signed-off-by: Domingo Oropeza <doropeza@teclib.com>
Signed-off-by: Domingo Oropeza <doropeza@teclib.com>
9357bc2
to
821988e
Compare
Signed-off-by: Domingo Oropeza doropeza@teclib.com
Changes description
Add policy to set a PIN code for SIM card
Checklist
Please check if your PR fulfills the following specifications:
References
Closes #402
Depends on https://github.com/flyve-mdm/android-mdm-agent/issues/388