Version 20!
Minumim API level: 21
Thanks to @Salman_Dev for this release, I took great inspiration from his StatusBarTools extension. His extension has additional features in handling status bars, remember to check that out!
IsSmsCapable
Returns true if the current device supports SMS service.
Returns: boolean
SetStatusBarColor
Resets the status bar color to the given color.
Parameters: color = color
SetStatusBarColorDefault
Sets the status bar color to the default color of the application or transparent. (Remember that the status bar color of the App Inventor Companion is dark green.)
SimCountryIso
Returns the ISO-3166-1 alpha-2 country code equivalent for the SIM provider's country code.
Returns: text
SimOperator
Returns the MCC+MNC (mobile country code + mobile network code) of the provider of the SIM. 5 or 6 decimal digits.
Returns: text
SimOperatorName
Returns the Service Provider Name (SPN).
Returns: text
