- intent
- the PendingIntent that no longer needs to be notified of proximity alerts
Type Reason Java.Lang.IllegalArgumentException if intent is null Java.Lang.SecurityException if NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#ACCESS_FINE_LOCATION permission is not present
Removes the proximity alert with the given PendingIntent.
Before API version 17, this method could be used with NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#ACCESS_FINE_LOCATION or NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#ACCESS_COARSE_LOCATION. From API version 17 and onwards, this method requires NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#ACCESS_FINE_LOCATION permission.