S
S
Shizoid2018-07-29 14:45:33
Android
Shizoid, 2018-07-29 14:45:33

Where are third-party widgets stored on android?

We need to find the storage location of the "Sticky notes" widget, namely the data created and written in it.
It had the right text but the widget was accidentally removed from the screen.
There was a similar question on the toaster but I did not see the answer there. I need to know in which directory and file a third-party installed widget and data from it is stored,
Andriod 4.3

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Varakosov, 2018-07-29
@Shizoid

Widgets are no different from applications except for the interface. Lie /data/data/<application package>. The data section is not accessible to a non-root user. However, it is highly likely that when the widget is removed from the screen, the data is deleted.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question