I created an application to protect children and allow parents to control the access to the application.
It is a launcher with two profiles: Parent
and child
.
Parents
have administrative rights and can select applications from alist view
.After the selection of applications, that
list
shall be saved in a file stored internally.After that App should normally return to
MainActivity
. But during returning toMainActivity
, the update does not happen!!After debugging, I noticed that the above process failed and also confirmed the issue by the method of reading
application files
.
I do not know what to do! Do I restart my
Activity
or I usesharedPreferences
for recording applications.
Please help!