Details
-
User Story
-
Resolution: Unresolved
-
P2: Important
-
None
Description
Overview:
Users love images, videos, and other expressive content, but inserting and moving this content in apps is not always easy. To make it simpler for apps to receive rich content, Android 12 (API level 31) introduced a unified API that lets your app accept content from any source: clipboard, keyboard, or drag and drop.
For backward compatibility with previous Android versions, this API is also available in AndroidX (starting from Core 1.7 and Appcompat 1.4), which we recommend you use when implementing this functionality.
Guide:
https://developer.android.com/guide/topics/input/receive-rich-content
Proposed Action:
Implement.