sms - Is it possible to manipulate message query(Inbox) in Android? -


sorry if asking stupid question .so want know that.is possible manipulate query ,that used messages in android.to more specific need display messages particular set of numbers in default message inbox. know can access contact list using contentprovider , manipulate .but here wanted prevent messages black listed numbers being appearing in default message inbox.

if possible please guide me through .thanks in advance.

you can use alertdialog.builder... try code:

 var dialogbuilder = new alertdialog.builder(this);                     dialogbuilder.settitle("record saved!");                     dialogbuilder.seticon(android.resource.drawable.icdialogalert);                     dialogbuilder.setmessage("successfully saved!");                     dialogbuilder.setneutralbutton("confirm", (sender, args) =>                     {                         startactivity(typeof(activity1));                      });                     dialogbuilder.show(); 

Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -