Screenshot shows black
问题 I'm taking snapshots and creat thumbnails and then share this image. But the thumbnail shows all black. I have used the following code Bitmap bitmap; View v1 = v.getRootView(); v1.setDrawingCacheEnabled(true); bitmap = Bitmap.createBitmap(v1.getDrawingCache()); String url = Images.Media.insertImage( mContext.getContentResolver(), bitmap, "title", null); Can anyone tell me what is wrong with this code. EDIT private View.OnClickListener shareListener = new View.OnClickListener() { public void