简体   繁体   中英

Is there a plan to include Android PdfRenderer in a support library?

In Android 5.0, Google introduced the PdfRenderer class, which is great for rendering PDFs. The problem is that it is only available with minSDK 21. https://developer.android.com/reference/android/graphics/pdf/PdfRenderer.html

How can i find out if there are plans to include this class in a support library?

How can i find out if there are plans to include this class in a support library?

You can get a job with Google, then ask them. Google does not generally make pronouncements about what will happen when with respect to the Android SDK, including the Android Support package.

That being said, since that class relies upon native code , it is unlikely that it will be added to the Android Support package.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM