oliexdev / openWorkout

Simple workout trainer that puts your privacy first
GNU General Public License v3.0
124 stars 17 forks source link

Allow backup of user data #38

Closed senpl closed 3 years ago

senpl commented 3 years ago

If this is just adding parametrs than maybe it is worth to give to users. https://developer.android.com/guide/topics/data/autobackup

oliexdev commented 3 years ago

It is automatically enabled:

Apps that target Android 6.0 (API level 23) or higher automatically participate in Auto Backup. In your app manifest file, set the boolean value android:allowBackup to enable or disable backup. The default value is true but to make your intentions clear, we recommend explicitly setting the attribute in your manifest as shown below: