What are the other methods to replace the method
addPreferencesFromResource(R.xml.prefs);
Can this will get any errors in feauture
What are the other methods to replace the method
addPreferencesFromResource(R.xml.prefs);
Can this will get any errors in feauture
Use PreferenceFragment instead. You may face some troubles in the future, right now PreferenceActivity
works fine.