Disable "Clear Cache" For My Android App
Android
2
Posts
2
Posters
0
Views
1
Watching
-
Hello all. How can I disable "Clear Cache/Data" feature for my android app? Is that even possible? Thanks for any pointer.
-
Hello all. How can I disable "Clear Cache/Data" feature for my android app? Is that even possible? Thanks for any pointer.
You can't remove that option from the system settings interface. However, if you don't want cached data (files) to be deleted, don't store them in the cache. I'm assuming that you're working on an app of your own so that you have control over where your app data is being stored. Use of the cache doesn't happen arbitrarily... it's something that the app developer must implement. When all else fails reading the docs is worth a try. It's no harder than reading anything somebody may post on this forum!