Langue

ActivityManagerAppTaskWindowingLayerResult Enum

Definition

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 android.app.ActivityManager.AppTask.WINDOWING_LAYER_REQUEST_GRANTED.

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 android.app.ActivityManager.AppTask.WINDOWING_LAYER_REQUEST_REJECTED.

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