Wednesday, May 24, 2017

How to check the Android SIM count

getprop ro.multisim.simslotcount

or

SystemProperties.getInt("ro.multisim.simslotcount", 1) > 1

No comments:

Post a Comment