https://github.com/etesync/android/blob/e1de5c281729e656ec755ee41f140ffe6411ade0/app/src/main/AndroidManifest.xml#L55 Source: https://github.com/etesync/android/commit/94770fb0c8b221c8755a7ada6e503738947d36f1#diff-7fa6aef292187a049f7a4d6060d8df3ba212d838789c78940bd363344b1c38cdL29-R29 does not seem to blame based on a test I did while setting this boolean to `true` (uninstalling my witness EteSync before to avoid any bias). https://developer.android.com/guide/topics/manifest/application-element#allowbackup https://developer.android.com/guide/topics/manifest/application-element#fullBackupContent More precisely on LineageOS 23.0, [copying `/data/data/com.etesync.syncadapter/` and restoring it](https://codeberg.org/Benjamin_Loison/Backup_Android_apps/issues/84#issuecomment-13754675) does not restore EteSync accounts we were connected with, contrarily for instance to [F-Droid: aFreeRDP (com.freerdp.afreerdp)](https://f-droid.org/en/packages/com.freerdp.afreerdp/): [FreeRDP/FreeRDP/blob/89a8ed852bfdee071f04d955079d937e57165452/client/Android/Studio/aFreeRDP/src/main/AndroidManifest.xml](https://github.com/FreeRDP/FreeRDP/blob/89a8ed852bfdee071f04d955079d937e57165452/client/Android/Studio/aFreeRDP/src/main/AndroidManifest.xml) which does not mention `backup`. Based on *backup* search in the issues of this repository: #95 and #180 are not relevant. Personal notes: [Benjamin_Loison/Backup_Android_apps/issues/84](https://codeberg.org/Benjamin_Loison/Backup_Android_apps/issues/84)
android/app/src/main/AndroidManifest.xml
Line 55 in e1de5c2
Source:
94770fb#diff-7fa6aef292187a049f7a4d6060d8df3ba212d838789c78940bd363344b1c38cdL29-R29
does not seem to blame based on a test I did while setting this boolean to
true(uninstalling my witness EteSync before to avoid any bias).https://developer.android.com/guide/topics/manifest/application-element#allowbackup
https://developer.android.com/guide/topics/manifest/application-element#fullBackupContent
More precisely on LineageOS 23.0, copying
/data/data/com.etesync.syncadapter/and restoring it does not restore EteSync accounts we were connected with, contrarily for instance to F-Droid: aFreeRDP (com.freerdp.afreerdp):FreeRDP/FreeRDP/blob/89a8ed852bfdee071f04d955079d937e57165452/client/Android/Studio/aFreeRDP/src/main/AndroidManifest.xml
which does not mention
backup.Based on backup search in the issues of this repository:
#95 and #180 are not relevant.
Personal notes: Benjamin_Loison/Backup_Android_apps/issues/84