Class android.graphics.pdf.content.PdfPageGotoLinkContent

Added interface android.os.Parcelable.

Change from non-final to final.

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

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<PdfPageGotoLinkContent> CREATOR