zobnin / aio

AIO Launcher page for bug reports and suggestions
17 stars 1 forks source link

Backup and restore seems no to include external android widgets (added with (Add Widgets") #25

Closed Madydri closed 2 years ago

Madydri commented 2 years ago

Describe the bug When restoring after a backup the android - widgets that where placed are not present anymore

zobnin commented 2 years ago

It is normal

zobnin commented 2 years ago

A more detailed explanation: when you add a widget, the system allocates an ID for it and binds it to the application. When you reset the application, or install the application on another device to restore the backup later, the binding of these IDs to the application will be lost.

Madydri commented 2 years ago

Thanks @zobnin for the explanation, I now better understand why it's no possible. Thanks 🙏