Android : deprecated method addPreferencesFromResources

on Thursday, October 30, 2014


I'm working with Android Studio and met a deprecated method: addPreferencesFromResource (R.xml.settings). Inizialmento I removed the deprecation and gives me the error "can not resolve symbol 'xml'." I wanted to know if: 1) If you set the method addPreferencesFromResource again deprecated 2) How can I use the method addPreferencesFromResource if it is deprecated?


0 comments:

Post a Comment