How do I take advantage of Android's “Clear Cache” button

后端 未结 2 616
萌比男神i
萌比男神i 2021-01-31 00:18

In Android\'s settings, in the \"Manage Applications\" activity when clicking on an app, the data is broken down into Application, Data, and cache. There is also a button to cl

2条回答
  •  难免孤独
    2021-01-31 00:38

    I think you have to make use of android:allowClearUserData and android:manageSpaceActivity under your tag to see that option in 'Manage Applications'. See http://developer.android.com/guide/topics/manifest/application-element.html for more information.

    Alternatively, have an option for clearing cache in your activity.

提交回复
热议问题