Added in version 37.2
PersonalContextManager.OnPersonalContextModeChangedListener
public
static
interface
PersonalContextManager.OnPersonalContextModeChangedListener
| android.app.personalcontext.PersonalContextManager.OnPersonalContextModeChangedListener |
Callback interface to receive updates when personal context mode for an application changes.
Summary
Public methods | |
|---|---|
abstract
void
|
onPersonalContextModeChanged(String packageName)
Called when the personal context mode for the target application changes. |
Public methods
onPersonalContextModeChanged
Added in version 37.2
public abstract void onPersonalContextModeChanged (String packageName)
Called when the personal context mode for the target application changes.
| Parameters | |
|---|---|
packageName |
String: package name of the application whose setting changed.
This value cannot be null. |