MediaStore.MetaDataReviewGalleryPrewarmService 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.
Name under which an activity handling #ACTION_REVIEW
or
#ACTION_REVIEW_SECURE
publishes the service name for its prewarm
service.
[Android.Runtime.Register("META_DATA_REVIEW_GALLERY_PREWARM_SERVICE", ApiSince=30)]
public const string MetaDataReviewGalleryPrewarmService;
[<Android.Runtime.Register("META_DATA_REVIEW_GALLERY_PREWARM_SERVICE", ApiSince=30)>]
val mutable MetaDataReviewGalleryPrewarmService : string
Field Value
- Attributes
Remarks
Name under which an activity handling #ACTION_REVIEW
or #ACTION_REVIEW_SECURE
publishes the service name for its prewarm service.
This meta-data should reference the fully qualified class name of the prewarm service
The prewarm service can be bound before starting #ACTION_REVIEW
or #ACTION_REVIEW_SECURE
. An application implementing this prewarm service should do the absolute minimum amount of work to initialize its resources to efficiently handle an #ACTION_REVIEW
or #ACTION_REVIEW_SECURE
in the near future.
Java documentation for android.provider.MediaStore.META_DATA_REVIEW_GALLERY_PREWARM_SERVICE
.
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.