Class android.os.Bundle

The superclass changed from java.lang.Object to android.os.BaseBundle.

Added Constructors
Bundle(PersistableBundle)  
 

Removed Methods
double getDouble(String)  
double getDouble(String, double)  
int getInt(String)  
int getInt(String, int)  
long getLong(String)  
long getLong(String, long)  
String getString(String)  
String getString(String, String)  
 

Added Methods
Size getSize(String)  
SizeF getSizeF(String)  
void putSize(String, Size)  
void putSizeF(String, SizeF)  
 

Changed Methods
void clear() Method was locally defined, but is now inherited from BaseBundle.  
boolean containsKey(String) Method was locally defined, but is now inherited from BaseBundle.  
Object get(String) Method was locally defined, but is now inherited from BaseBundle.  
double[] getDoubleArray(String) Method was locally defined, but is now inherited from BaseBundle.  
int[] getIntArray(String) Method was locally defined, but is now inherited from BaseBundle.  
long[] getLongArray(String) Method was locally defined, but is now inherited from BaseBundle.  
String[] getStringArray(String) Method was locally defined, but is now inherited from BaseBundle.  
boolean isEmpty() Method was locally defined, but is now inherited from BaseBundle.  
Set<String> keySet() Method was locally defined, but is now inherited from BaseBundle.  
void putDouble(String, double) Method was locally defined, but is now inherited from BaseBundle.  
void putDoubleArray(String, double[]) Method was locally defined, but is now inherited from BaseBundle.  
void putInt(String, int) Method was locally defined, but is now inherited from BaseBundle.  
void putIntArray(String, int[]) Method was locally defined, but is now inherited from BaseBundle.  
void putLong(String, long) Method was locally defined, but is now inherited from BaseBundle.  
void putLongArray(String, long[]) Method was locally defined, but is now inherited from BaseBundle.  
void putString(String, String) Method was locally defined, but is now inherited from BaseBundle.  
void putStringArray(String, String[]) Method was locally defined, but is now inherited from BaseBundle.  
void remove(String) Method was locally defined, but is now inherited from BaseBundle.  
int size() Method was locally defined, but is now inherited from BaseBundle.