googlearchive / android-PdfRendererBasic

Migrated:
https://github.com/android/graphics
Apache License 2.0
518 stars 155 forks source link

The PdfRenderer cannot set the API level to 19... #6

Closed romnickrefugia closed 8 years ago

romnickrefugia commented 8 years ago

Is it posible to set the API level to 19?

keyboardsurfer commented 8 years ago

This API has been introduced in Android Lollipop which is corresponding with API level 21. So it's not possible to change the API level and compile this sample with API levels lower than 21.