This is a new marshmallow feature.
Add android:allowBackup="false" tag inside your <application> object in your app manifest to disable this behaviour.
If android:allowBackup tag clashes with any other library you are using, you should add tools:replace="android:allowBackup" also.