You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If android:allowBackup="true" is defined in the Android manifest (just like in all sample apps here) it might make sense to exclude adjust_preferences.xml from full backup by adding
Actually it would be even simpler if the adjust SDK would write all data not to be backed up into the no_backup folder (Context.getNoBackupFilesDir()). Then devs wouldn't have to mess around with exclusion rules and everything would automatically always stay in sync with SDK iterations.
Actually it would be even simpler if the adjust SDK would write all data not to be backed up into the no_backup folder (Context.getNoBackupFilesDir()). Then devs wouldn't have to mess around with exclusion rules and everything would automatically always stay in sync with SDK iterations.
If
android:allowBackup="true"
is defined in the Android manifest (just like in all sample apps here) it might make sense to excludeadjust_preferences.xml
from full backup by addingto the full backup content rules to ensure that the install is tracked. Or am I mistaken?
If this is correct this should be added to the setup instructions.
The text was updated successfully, but these errors were encountered: