Instead of using SharedPreferences which isn't accessible by an unrooted device, use `getExternalFilesDir()` which could be accessible by normal users. Another option is to add an export feature to export settings.
Instead of using SharedPreferences which isn't accessible by an unrooted device, use
getExternalFilesDir()which could be accessible by normal users.Another option is to add an export feature to export settings.