Apps Access Internal Storage Without Rooting

varun.285

Newbie
Hi,
I am trying to access "Images clicked by android camera" which is stored in internal storage(phone memory)/External Memory(SD Card).But i do not want to root android phone.and i want to extract images from internal storage to sd card.i want to do all this programmatically.

will you please assist me how can i do this.

Thanks and Regards:
Varun Bansal
 

jonbonazza

Android Expert
Without root, the developers (and users) only have read permissions for internal storage. There is no way around this. The only way an app can manipulate internal storage is if the raw data is included in the apk.
 

varun.285

Newbie
Thread starter
Then how can i root android phone...Is there any way to root phone programmatically(c/c++,java etc).
And if i rooted android phone then can i unroot again programmatically.
 
Top