jensstein / oandbackup

backup manager for android
Other
539 stars 192 forks source link

Including Device Protected Data in Backup #267

Open rammadogs opened 4 years ago

rammadogs commented 4 years ago

In more recent versions of Android, some apps now have to store data in the device protected directory '/data/user_de/{user_id}/'. Unlike the data in '/data/data/', This data is accessible before the device is unlocked, which is useful for apps which need to run immediately after boot e.g. alarm clock apps.

Oandbackup doesn't backup the data in user_de so I've added this functionality.