LocalStorage backup disable in ionic pro?

Can we disable local storage backup in Ionic Pro? We store the push token for android and when you delete the app via the appstore and reinstall it the token is invalid and tries to use the one that is still stored instead of creating a new key.

If we were able to add android:allowBackup=“false” and android:fullBackupContent=“false” to the AndroidManefest.xml file this technically should cause that not to happen.

Or other ideas?

Doesn’t this work out of the box?

See here:
https://github.com/macdonst/cordova-plugin-allow-backup#configxml
(but read the text I link to, do not use this plugin)