Veticia / PiLauncherNext

This is a simple launcher supporting Android/Official Quest/SideQuest apps and games.
66 stars 11 forks source link

Add option to backup settings #5

Open alexyao2015 opened 1 year ago

alexyao2015 commented 1 year ago

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.

alexyao2015 commented 1 year ago

Suppose one last option is to make the app debuggable so that the preferences can be pulled off. This likely is the easiest way.

alexyao2015 commented 1 year ago

Seems like with the new v51 update for oculus headsets, adb backup now works whereas it didn't work before. This is great since this allows backing up shared preferences!

Veticia commented 1 year ago

Reopening because exporting and importing settings is actually a nice feature I'd like to have.