Changes between Version 1 and Version 2 of Ticket #12727, comment 3


Ignore:
Timestamp:
07/11/21 18:29:21 (3 years ago)
Author:
antoniou79

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12727, comment 3

    v1 v2  
    3636Then, an Android app has an internal storage and an external storage, but both of those are actually allocated in "internal" storage space. And both will get deleted (wiped) when uninstalling the app. App external storage differs from App internal storage only in that external storage can be accessed from other apps, but internal cannot. Both of these storages are guaranteed to exist -- they don't depend on external physical storage, and the app has access to these spaces always without requiring permissions to read/write. These are the ONLY spaces a modern Android OS app is allowed to write without asking for explicit permissions.
    3737
    38 I think the other link (ScummVM data) is there for compatibility with older versions of Android OS (and ScummVM).
     38I think the other shortcut ("ScummVM data") is there for compatibility with older versions of Android OS (and ScummVM). So is the "sdcard" shortcut for that matter.
    3939
    4040Anyway...