The Android new api android L has screen capturing and sharing. I figure out how the screen capturing works by using MediaProjectionManager and VirtualDisplay api. But I coulden't figure out how to share what has been captured on my screen. Does anyone has a snip code or tutorial that shows how this is achieved?
Thank you in advance for your help.