Search code examples
androidandroid-mediaprojection

How can I use media projection for older api?


I want to record the screen contents for 1 min. After searching google, I found that the api level 21 contains MediaProjecion class. My app is build for api level 18.

Can I use this class? Is there any support library for this?


Solution

  • Can I use this class?

    No.

    Is there any support library for this?

    No.