SolitaireCG uses the SharedPreferences feature built into the Android OS to store settings and scores. It does not use the write_external_storage permission (or any permissions for that matter) and hence does not write a file to external storage.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
SolitaireCG uses the SharedPreferences
feature built into the Android OS to store settings and scores. It
does not use the write_external_storage permission (or any permissions
for that matter) and hence does not write a file to external storage.
The SolitaireCG application does not provide a way to migrate game statistics from one device to another. You might investigate if there are other tools that permit migrating Android shared preferences for an application from one device to another.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
SolitaireCG uses the SharedPreferences feature built into the Android OS to store settings and scores. It does not use the write_external_storage permission (or any permissions for that matter) and hence does not write a file to external storage.
So there is no mechanism to move info from one to the other?
On November 14, 2018 9:55:15 AM MST, Curtis Gedak gedakc@users.sourceforge.net wrote:
Related
Tickets: #25
The SolitaireCG application does not provide a way to migrate game statistics from one device to another. You might investigate if there are other tools that permit migrating Android shared preferences for an application from one device to another.