Interface | Description |
---|---|
EnabledComponentsObserver.EnabledComponentChangeListener |
Implement this to receive callbacks when relevant changes to the allowed components occur.
|
SettingsObserver.SettingChangeListener |
Implement this to receive callbacks when the setting tracked by this observer changes.
|
Class | Description |
---|---|
EnabledComponentsObserver |
Detects changes in packages, settings, and current users that may affect whether components
implementing a given service can be run.
|
SettingsObserver |
Detects changes in a given setting.
|
VrManagerInternal |
Service for accessing the VR mode manager.
|
VrManagerService |
Service tracking whether VR mode is active, and notifying listening services of state changes.
|
VrStateListener |
Listener for state changes in VrManagerService.
|