What is the most appropriate way to store user settings in Android application

后端 未结 14 2078
隐瞒了意图╮
隐瞒了意图╮ 2020-11-22 05:38

I am creating an application which connects to the server using username/password and I would like to enable the option \"Save password\" so the user wouldn\'t have to type

14条回答
  •  北恋
    北恋 (楼主)
    2020-11-22 06:25

    shared preferences is easiest way to store our application data. but it is possible that anyone can clear our shared preferences data through application manager.so i don't think it is completely safe for our application.

提交回复
热议问题