startAppOpsWatch

fun Context.startAppOpsWatch(operation: String, callback: (String, String) -> Unit)

Starts watch permission change with app ops manager

Receiver

Context

Parameters

operation

String

callback

Function2 the callback to be called.