How To Check Dnd Status?

How to check DND status of a mobile number in Android?

  • I have an application built that works for checking DND Status, it has an edittext field and a button. In edittext the user enters a mobile number and on click of button I want to check the DND status of in android. How to check DND status of a mobile number? <EditText android:id="@+id/edtNumber" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@+id/txtHeading" android:layout_centerHorizontal="true" android:ems="10" android:inputType="number" android:maxLength="12"> <requestFocus /> </EditText> <Button android:id="@+id/btnCheckCheckDND" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@+id/edtNumber" android:layout_centerHorizontal="true" android:text="Check Status" />

  • Answer:

    For DND check you need a membership of http://www.nccptrai.gov.in/nccpregistry/ http://www.nccptrai.gov.in/nccpregistry/ then TRAI provide you all DND active database in CSV formate. Also you can use third part toll of http apis eg. http://checkdnd.com/api/check_dnd_no_api.php?mobiles=9999999999 http://checkdnd.com

Imroz ahmed at Stack Overflow Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.