ActivityInfo.ColorMode Property
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.
The color mode requested by this activity.
[Android.Runtime.GeneratedEnum]
[Android.Runtime.Register("colorMode", ApiSince=26)]
public Android.Content.PM.ActivityColorMode ColorMode { get; set; }
[<Android.Runtime.GeneratedEnum>]
[<Android.Runtime.Register("colorMode", ApiSince=26)>]
member this.ColorMode : Android.Content.PM.ActivityColorMode with get, set
Property Value
- Attributes
Remarks
The color mode requested by this activity. The target display may not be able to honor the request.
Android reference for android.content.pm.ActivityInfo.colorMode.
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.