User preferences file vs App preferences file

后端 未结 3 1712
情深已故
情深已故 2020-12-16 03:07

My android application has two kinds of preferences:

1) I have user preferences defined in res/xml/preferences.xml so that users can manage their pr

3条回答
  •  死守一世寂寞
    2020-12-16 03:51

    Probably the best way to set global configuration preferences for an app is to define meta-data elements in the Android Manifest

提交回复
热议问题