[Free] PhoneTools

Permissions :

  • android.permission.READ_PHONE_STATE
  • android.permission.CALL_PHONE

All the blocks :

Instructions of extension


     * Return whether the device is phone.

     * Return the unique device id.
     * If the version of SDK is greater than 28, it will return an empty string.
     * RequiresPermission(READ_PHONE_STATE)

Return the serial of device.
RequiresPermission(READ_PHONE_STATE)

     * Return the IMEI.
     * RequiresPermission(READ_PHONE_STATE)

     * boolean isIMEI
     * RequiresPermission(READ_PHONE_STATE)

     * Return the IMSI.
     * RequiresPermission(READ_PHONE_STATE)

     * Return the MEID.
     * If the version of SDK is greater than 28, it will return an empty string.

     * Return the sim operator name.

     * Return the sim operator using mnc.

* Returns the current phone type.
### Types
     * 1 #PHONE_TYPE_NONE
     * 2 #PHONE_TYPE_GSM 
     * 3 #PHONE_TYPE_CDMA
     * 4 #PHONE_TYPE_SIP 

     * Return whether sim card state is ready.

     * Skip to dial.
     * String phoneNumber The phone number.

     * Make a phone call.
     * RequiresPermission(CALL_PHONE)
     * String phoneNumber The phone number.

     * Send sms.
     * String phoneNumber The phone number.
     * String content The content.

Download AIX :

com.aemo.phonetools.aix (668.9 KB)

3 Likes

Nice extension @MahmoudHussien :wink:

2 Likes