Class android.graphics.pdf.content.PdfPageLinkContent

Added interface android.os.Parcelable.

Changed Constructors
PdfPageLinkContent(List<RectF>, Uri) Change in type from (List<Rect>, Uri) to (List<RectF>, Uri).
 
 

Added Methods
int describeContents()  
void writeToParcel(Parcel, int)  
 

Changed Methods
List<RectF> getBounds() Change in return type from List<Rect> to List<RectF>.
 
 

Added Fields
Creator<PdfPageLinkContent> CREATOR