LocationManager.RemoveProximityAlert(PendingIntent) 方法

定义

删除具有给定 PendingIntent 的邻近感应警报。

[Android.Runtime.Register("removeProximityAlert", "(Landroid/app/PendingIntent;)V", "GetRemoveProximityAlert_Landroid_app_PendingIntent_Handler")]
public virtual void RemoveProximityAlert (Android.App.PendingIntent intent);
[<Android.Runtime.Register("removeProximityAlert", "(Landroid/app/PendingIntent;)V", "GetRemoveProximityAlert_Landroid_app_PendingIntent_Handler")>]
abstract member RemoveProximityAlert : Android.App.PendingIntent -> unit
override this.RemoveProximityAlert : Android.App.PendingIntent -> unit

参数

intent
PendingIntent

不再需要通知邻近感应警报的 PendingIntent

属性

例外

如果意向为 null

如果 AccessFineLocation 权限不存在,则为

注解

删除具有给定 PendingIntent 的邻近感应警报。

在 API 版本 17 之前,此方法可用于 android.Manifest.permission#ACCESS_FINE_LOCATIONandroid.Manifest.permission#ACCESS_COARSE_LOCATION. 从 API 版本 17 及更高版本开始,此方法需要 android.Manifest.permission#ACCESS_FINE_LOCATION 权限。

适用于 . 的 android.location.LocationManager.removeProximityAlert(android.app.PendingIntent)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于