2

My app needs to check the pin inserted by a user with the SIM card pin and that Android has to answer me if the pin inserted is correct. I only need to check, never change the code pin.

It is possible?

apaderno
  • 28,547
  • 16
  • 75
  • 90
mandrake
  • 41
  • 2
  • possible duplicate of [Ask user for SIM Card PIN](http://stackoverflow.com/questions/5618999/ask-user-for-sim-card-pin) – Heiko Rupp Feb 03 '12 at 13:12
  • My idea is to do the request PIN from my app when the phone turns on. My app is a Home app. I want to replace the Android request PIN by the request PIN from my app. – mandrake Feb 06 '12 at 11:25

1 Answers1

1

Not sure if it can be done, but:

I would not rely on a SIM card being present - think of tablets with WiFi only. Also as a user I would not trust any application that would ask for the pin of my SIM card.

Heiko Rupp
  • 30,426
  • 13
  • 82
  • 119
  • My idea is to do the request PIN from my app when the phone turns on. My app is a Home app. I want to replace the Android request PIN by the request PIN from my app. – mandrake Feb 06 '12 at 11:26