I am trying to take a photo from the phone\'s camera using this code:
activity_main.xml:
Try this! Just paste the below code in activity onCreate()
StrictMode.VmPolicy.Builder builder = new StrictMode.VmPolicy.Builder(); StrictMode.setVmPolicy(builder.build());
It will ignore URI exposure