TelecomManager.CreateManageBlockedNumbersIntent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates the Intent
which can be used with Context#startActivity(Intent)
to
launch the activity to manage blocked numbers.
[Android.Runtime.Register("createManageBlockedNumbersIntent", "()Landroid/content/Intent;", "GetCreateManageBlockedNumbersIntentHandler", ApiSince=24)]
public virtual Android.Content.Intent? CreateManageBlockedNumbersIntent ();
[<Android.Runtime.Register("createManageBlockedNumbersIntent", "()Landroid/content/Intent;", "GetCreateManageBlockedNumbersIntentHandler", ApiSince=24)>]
abstract member CreateManageBlockedNumbersIntent : unit -> Android.Content.Intent
override this.CreateManageBlockedNumbersIntent : unit -> Android.Content.Intent
Returns
- Attributes
Remarks
Creates the Intent
which can be used with Context#startActivity(Intent)
to launch the activity to manage blocked numbers.
The activity will display the UI to manage blocked numbers only if android.provider.BlockedNumberContract#canCurrentUserBlockNumbers(Context)
returns true
for the current user.
Java documentation for android.telecom.TelecomManager.createManageBlockedNumbersIntent()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.