AppOpsManager.StopWatchingActive Method

Definition

Stop watching for changes to the active state of an app-op.

[Android.Runtime.Register("stopWatchingActive", "(Landroid/app/AppOpsManager$OnOpActiveChangedListener;)V", "GetStopWatchingActive_Landroid_app_AppOpsManager_OnOpActiveChangedListener_Handler", ApiSince=30)]
public virtual void StopWatchingActive (Android.App.AppOpsManager.IOnOpActiveChangedListener callback);
[<Android.Runtime.Register("stopWatchingActive", "(Landroid/app/AppOpsManager$OnOpActiveChangedListener;)V", "GetStopWatchingActive_Landroid_app_AppOpsManager_OnOpActiveChangedListener_Handler", ApiSince=30)>]
abstract member StopWatchingActive : Android.App.AppOpsManager.IOnOpActiveChangedListener -> unit
override this.StopWatchingActive : Android.App.AppOpsManager.IOnOpActiveChangedListener -> unit

Parameters

Attributes

Remarks

Java documentation for android.app.AppOpsManager.stopWatchingActive(android.app.OnOpActiveChangedListener).

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.

Applies to