4

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

pfx
  • 15,218
  • 41
  • 36
  • 52
Seb
  • 2,659
  • 3
  • 23
  • 52
  • Its already answered here - https://stackoverflow.com/questions/6134103/clear-applications-data-pro grammatically – user3268059 Dec 18 '18 at 19:47
  • 2
    @user3268059 the linked thread doesn't answer this question. It answers how app data can be deleted programatically, not how a backup on Google's servers can be deleted. – jbxbergdev Aug 14 '19 at 12:09

0 Answers0