public class Journal
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Journal.Feature
Deprecated.
|
static class |
Journal.Record |
| Modifier and Type | Field and Description |
|---|---|
static java.util.ArrayList<Journal.Record> |
records |
| Constructor and Description |
|---|
Journal() |
| Modifier and Type | Method and Description |
|---|---|
static void |
add(java.lang.String feature) |
static boolean |
dontPack() |
static void |
remove(java.lang.String feature) |
static void |
reset() |
static void |
restoreFromBundle(Bundle bundle) |
static void |
storeInBundle(Bundle bundle) |
public static java.util.ArrayList<Journal.Record> records
public static void reset()
public static void storeInBundle(Bundle bundle)
public static void restoreFromBundle(Bundle bundle)
public static boolean dontPack()
public static void add(java.lang.String feature)
public static void remove(java.lang.String feature)