Erstellen Sie eine Bitmap / Drawable aus dem Dateipfad
Ich versuche, eine Bitmap oder ein Drawable aus dem vorhandenen Dateipfad zu erstellen. String path = intent.getStringExtra("FilePath"); BitmapFactory.Options option = new BitmapFactory.Options(); option.inPreferredConfig =