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. 
- Parentshave administrative rights and can select applications from a- list view.
- After the selection of applications, that - listshall be saved in a file stored internally.
- After that App should normally return to - MainActivity. But during returning to- MainActivity, 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
Activityor I usesharedPreferencesfor recording applications.
Please help!
 
     
    