Skip to content

exclude adjust_preferences.xml from backup? #415

@ubuntudroid

Description

@ubuntudroid

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

<exclude
        domain="sharedpref"
        path="adjust_preferences.xml"/>

to 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions