A lightweight app to manage my contacts stored on the SIM card.
you can export and save the contacts to your phone for backup purpose.
only primary SIM is supported now, since android offers no API to query secondary SIM under 5.x.
you can add new contact, edit existing contact , filter contact and save selected to your phone.
also you can view the information about your SIM, duo SIM is supported now. it will show you information like SIM state, Data state, whether on roaming mode. IMEI,IMSI, Subscriber ID, etc. WiFI information will also be shown.
for the secondary SIM card, you can find the IMEI, IMSI, Operator name, software version,etc.
why do the app need these permissions
android.permission.READ_PHONE_STATE //read SIM info
android.permission.INTERNET //show Ad
android.permission.ACCESS_NETWORK_STATE //Show Network Info
android.permission.ACCESS_WIFI_STATE //Show Network Info
android.permission.WRITE_EXTERNAL_STORAGE //only used when you send debug information
android.permission.READ_EXTERNAL_STORAGE //only used when you send debug information
android.permission.READ_CONTACTS //read contacts
android.permission.WRITE_CONTACTS //save contacts