I want to store/save the whole application, that is to create a backup so that whenever required, will be able to restore the same previous state of application.
Can it be done with backup manager or any other way.
I want to store/save the whole application, that is to create a backup so
Share
You can backup the user data, so in essence the application state to a cloud. The apk is just a glorified zip file, it makes not sense backing that up.
There is an entire article dedicated to this.