Is there a way to get Main data directory, Internal Storage and External SDcard into the variables?
I would like to request these variables to use export/import flows/widgets across multiple devices.
Req variables Main data directory, Internal Storage, SDcard
Moderator: Martin
Re: Req variables Main data directory, Internal Storage, SDc
I'm not sure if that can be found automatically but most android versions and phones have the same path so it's easy enough to define it yourself. It's something like "/mnt/sdcard/" for internal and "mnt/externalsd/" for external memory.