标签: android
我想在点击按钮时清除我的应用程序的“数据”。
public void clearappdata(View view) {
答案 0 :(得分:-1)
您可以通过以下方式清除SharedPreferences:
prefs.edit().clear().commit();