I\'m trying to create a Bitmap or Drawable from existing file path.
String path = intent.getStringExtra(\"FilePath\"); BitmapFactory.Options option = new Bit
here is a solution:
Bitmap bitmap = BitmapFactory.decodeFile(filePath);