I am trying to fetch all the photos of my android device.
I have an onCreate function:
onCreate
public void onCreate(Bundle savedInstanceState)
just give it a try even if your device has only internal storage no external storage,
try adding permissions:
and read using
android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI;