LiveFolders.ExtraLiveFolderBaseIntent 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.
Caution
deprecated
The name of the extra used to define the base Intent of a live folder.
[Android.Runtime.Register("EXTRA_LIVE_FOLDER_BASE_INTENT")]
[System.Obsolete("deprecated")]
public const string ExtraLiveFolderBaseIntent;
[<Android.Runtime.Register("EXTRA_LIVE_FOLDER_BASE_INTENT")>]
[<System.Obsolete("deprecated")>]
val mutable ExtraLiveFolderBaseIntent : string
Field Value
- Attributes
Remarks
The name of the extra used to define the base Intent of a live folder.
Java documentation for android.provider.LiveFolders.EXTRA_LIVE_FOLDER_BASE_INTENT
.
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.