When are SharedPreferences deleted?

后端 未结 3 1034
借酒劲吻你
借酒劲吻你 2021-01-11 18:06

SharedPreferences class allows to save application data in simple type (boolean, String, etc.) formats.

Normally they are not removed and they are supposed to persi

3条回答
  •  粉色の甜心
    2021-01-11 18:12

    Go to Setting->Application setting->Application->Clear data and force data will clear all the data of application (sqlitedatabase and shared preferences) are removed.

提交回复
热议问题