Data lock-in: Difference between revisions

mNo edit summary
JodyBruchonFan (talk | contribs)
Safari "reading list"
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Data lock-in''' prevents device owners from accessing data stored on the device they own. For example, some mobile applications store user data in a way they can only be viewed from inside the app, with no possibility of creating backups or moving them to external data storage to make space free.
'''Data lock-in''' prevents device owners from accessing data stored on the device they own. For example, some mobile applications store user data in a way they can only be viewed from inside the app, with no possibility of creating backups or moving them to external data storage to make space free.


== Incidents ==
==Incidents==
=== Saved pages in Samsung Internet ===
===Saved pages in Samsung Internet===
The mobile web browser by Samsung stores saved pages in the <code>/data</code> directory. This is a locked-in directory where apps store data only accessible to themselves.
The mobile web browser by Samsung stores saved pages in the <code>/data</code> directory. This is a locked-in directory where apps store data only accessible to themselves.


Line 11: Line 11:
In comparison, Google Chrome on mobile stores web pages as MHTML files in the download folder where they are not locked in, and Firefox on mobile completely lacks a feature to save pages.
In comparison, Google Chrome on mobile stores web pages as MHTML files in the download folder where they are not locked in, and Firefox on mobile completely lacks a feature to save pages.


=== Android data folder ===
===Saved pages in Apple Safari on iPhone===
Apple refers to saved pages as the "reading list", a name that implies the feature is intended for storing pages only until they are read, not for archival. Like with Samsung, people have asked for an ability to export saved pages. Apple has not responded.<ref>[https://archive.today/2025.10.10-130524/https://discussions.apple.com/thread/8293638?sortBy=rank How do you EXPORT your Reading List from Safari - Apple Community]</ref>
 
===Android data folder===
Since Android 11, apps can no longer browse the <code>Android/data</code> folder in the shared user storage (not to be confused with <code>/data</code>, which was locked in since the beginning).<ref>[https://developer.android.com/about/versions/11/privacy/storage Storage updates in Android 11  &#x7C;  Android Developers]: If your app targets Android 11, it cannot access the files in any other app's data directory, even if the other app targets Android 8.1 (API level 27) or lower and has made the files in its data directory world-readable.</ref>
Since Android 11, apps can no longer browse the <code>Android/data</code> folder in the shared user storage (not to be confused with <code>/data</code>, which was locked in since the beginning).<ref>[https://developer.android.com/about/versions/11/privacy/storage Storage updates in Android 11  &#x7C;  Android Developers]: If your app targets Android 11, it cannot access the files in any other app's data directory, even if the other app targets Android 8.1 (API level 27) or lower and has made the files in its data directory world-readable.</ref>


=== Videos downloaded inside the YouTube app ===
===Videos downloaded inside the YouTube app===
YouTube provides no official way for people to create permanent local copies of videos. This includes Creative Commons media.<ref>[https://ghostarchive.org/varchive/L1S0SiBuJN8 Google is Locking Down Android - Mental Outlaw], 07:20</ref> The only exception is YouTube Studio allowing channel owners to download their own videos in up to 720p.<ref>[https://www.youtube.com/watch?v=l6UHS1-vDMM Changes to Unlisted Videos Uploaded Before 2017], 4:30</ref>
YouTube provides no official way for people to create permanent local copies of videos. This includes Creative Commons media.<ref>[https://ghostarchive.org/varchive/L1S0SiBuJN8 Google is Locking Down Android - Mental Outlaw], 07:20</ref> The only exception is YouTube Studio allowing channel owners to download their own videos in up to 720p.<ref>[https://www.youtube.com/watch?v=l6UHS1-vDMM Changes to Unlisted Videos Uploaded Before 2017], 4:30</ref>


Line 25: Line 28:
<ref>[https://karl-voit.at/cloud-dependencies/ My Dependencies on the Cloud] - Karl Voit</ref>
<ref>[https://karl-voit.at/cloud-dependencies/ My Dependencies on the Cloud] - Karl Voit</ref>


== References ==
== See also ==
* [[Right to own]]
 
==References==
<references />
<references />
[[Category:Common terms]]
[[Category:Common terms]]