ActivityManagerAppTaskWindowingLayerResult Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum ActivityManagerAppTaskWindowingLayerResult
type ActivityManagerAppTaskWindowingLayerResult =
- Inheritance
-
ActivityManagerAppTaskWindowingLayerResult
Fields
| Name | Value | Description |
|---|---|---|
| Granted | 0 | The request to change the windowing layer was granted. Android reference for 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. |
| Rejected | 1 | The request to change the windowing layer was rejected. This result implies the system is in a state where the request cannot be fulfilled, but the request itself was valid. Android reference for 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. |