how to delete app data backup programmatically

Viewed 907

I am building an app and the feature to automatically backup the data is set as below:

android:allowBackup="true"

I need to delete this data. I can't ask the user of the app to delete the backup itself or disable the data sync.

Is there a way to programmatically ask for?

Thanks

0 Answers
Related