[FREE] Device 💻 - Get device info!

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

image

Returns true if the current device supports SMS service.

Returns: boolean

SetStatusBarColor

image

Resets the status bar color to the given color.

Parameters: color = color

SetStatusBarColorDefault

image

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

image

Returns the ISO-3166-1 alpha-2 country code equivalent for the SIM provider's country code.

Returns: text

SimOperator

image

Returns the MCC+MNC (mobile country code + mobile network code) of the provider of the SIM. 5 or 6 decimal digits.

Returns: text

SimOperatorName

image

Returns the Service Provider Name (SPN).

Returns: text

6 Likes