I want to restrict my app's privacy data when user backup/restore in other device. Can I set android:allowBackup="false" in manifest file to achieve this?
I am saving unique Id in sharedprefs with uuid.randomstring(). So if user takes backup and restore on other device he should generate unique value. So, I have to restrict sharedprefs value when user enables google sync. To achieve that Can I use android:allowBackup="false"