Mirrors the PersistableMode
enum.
For more information about the attribute, see Android's documentation: PersistableMode attribute
Null | Attribute is not set and will not appear in the element. |
PersistRootOnly | Mirrors android:persistableMode="persistRootOnly". |
PersistAcrossReboots | Mirrors android:persistableMode="persistAcrossReboots". |
PersistNever | Mirrors android:persistableMode="persistNever". |