[Free] PhoneTools - for utils about phone

Name : PhoneTools , Version : Old : 1.0, 0.2

Permissions :

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

All the blocks :

Instructions of extension


blocks(9)

     * Return whether the device is phone.

blocks(10)

     * Return the unique device id.
     * If the version of SDK is greater than 28, it will return an empty string.
     * Required Permission: READ_PHONE_STATE

blocks(11)

     * Return the IMEI.
     * If the version of SDK is greater than 28, it will return an empty string.
     * Required Permission: READ_PHONE_STATE

blocks(12)

     * Return the IMEI.
     * RequiresPermission(READ_PHONE_STATE)

blocks(13)

     * boolean isIMEI
     * RequiresPermission(READ_PHONE_STATE)

blocks(14)

     * Return the IMSI.
     * RequiresPermission(READ_PHONE_STATE)

blocks(15)

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

blocks(16)

     * Return the sim operator name.

blocks(17)

     * Return the sim operator using mnc.

blocks(18)

* Returns the current phone type.
### Types
     * NONE
     * GSM 
     * CDMA
     * SIP
     * UNKNOWN

blocks(19)

     * Return whether sim card state is ready.

blocks(20)

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

blocks(21)

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

blocks(22)


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

Download AIX :

Old Version 1.0:
com.aemo.phonetools.aix (668.9 KB)
New Version 2.0:


If you like my work, support me :slightly_smiling_face:
PayPal.Me
https://ko-fi.com/mhooda

22 Likes

I’m finishing an app that should send a text to the customer. I tested your Aix and the message was stopped in my text waiting to click to send… Can I add a “send” event? PS: I want to contribute with $$$

1 Like

Can you explain what is you mean “message stopped”

If you meaning you want to support me ,you can support me by https://ko-fi.com/mhooda or PayPal.Me

New Update

  • change package name of extension, if you use old version you need to remove it first
  • reduce size of extension from 668.9 KB to 26.7 KB
  • improve some blocks
  • change description for some blocks check first post

me.aemo.phonetools.aix (26.7 KB)