MediaStore.ExtraBrightness Field
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.
When defined, the launched application is requested to set the given
brightness value via
android.view.WindowManager.LayoutParams#screenBrightness to help
ensure a smooth transition when launching #ACTION_REVIEW or
#ACTION_REVIEW_SECURE intents.
[Android.Runtime.Register("EXTRA_BRIGHTNESS", ApiSince=29)]
public const string ExtraBrightness;
[<Android.Runtime.Register("EXTRA_BRIGHTNESS", ApiSince=29)>]
val mutable ExtraBrightness : string
Field Value
- Attributes
Remarks
When defined, the launched application is requested to set the given brightness value via android.view.WindowManager.LayoutParams#screenBrightness to help ensure a smooth transition when launching #ACTION_REVIEW or #ACTION_REVIEW_SECURE intents.
Java documentation for android.provider.MediaStore.EXTRA_BRIGHTNESS.
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.