Android Question How to move folder and all sub-folders?

Majed9621

Member
Licensed User
Hi

How to move folder of Other apps to another location inside internal storage?

as example moving app#1 folder and it's contents to app#2 folder.
 

DonManfred

Expert
Licensed User
Longtime User
app#1 does not have access to app#2 folder.
app#2 does not have access to app#1 folder.

You need to find a place on external SDCard to copy the files to from app#1 and copy the data from this folder in app#2s folder from within app#2.

What exactly are you trying to archieve?
 
Upvote 0
Top