public class BundleUtils
extends java.lang.Object
| Constructor and Description |
|---|
BundleUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
bundleToString(android.os.Bundle bundle) |
static java.lang.String |
bundleToString(android.os.Bundle bundle,
java.util.List<java.lang.String> filter)
Given a buffer, produce a properly formatted JSON output
|
public static java.lang.String bundleToString(android.os.Bundle bundle)
public static java.lang.String bundleToString(android.os.Bundle bundle,
java.util.List<java.lang.String> filter)
bundle - the bundle to convert to JSONfilter - optional list of keys to skip