Reputation: 1621
how can i get radio firmware version number in API level 4.
Upvotes: 1
Views: 300
Reputation: 29438
You can get it by reading gsm.version.baseband
system property (through the SystemProperties
using the reflection or via getprop gsm.version.baseband
command). Check my answer in other thread for the details.
Upvotes: 0