The method addPreferencesFromResource(int) from the type PreferenceActivity is deprecated

允我心安 提交于 2019-12-24 01:44:28

问题


What are the other methods to replace the method

addPreferencesFromResource(R.xml.prefs);

Can this will get any errors in feauture


回答1:


Use PreferenceFragment instead. You may face some troubles in the future, right now PreferenceActivity works fine.



来源:https://stackoverflow.com/questions/18998590/the-method-addpreferencesfromresourceint-from-the-type-preferenceactivity-is-d

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!