I would like my app to backup the user data that they create on my app to google drive account of user.
I have looked at few ways to do it, but I would like to know what is the best way?
I did use android:fullBackupContent="true"
but I don't see any data saved on google drive.
Thanks in advance.