Answer the question
In order to leave comments, you need to log in
What to use instead of PreferenceActivity?
Hello.
Faced a problem:
public class PreferenceAct extends PreferenceActivity {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
addPreferencesFromResource(R.xml.pref);// устаревший метод
}
}
addPreferencesFromResource(R.xml.pref);// устаревший метод
Answer the question
In order to leave comments, you need to log in
Docks to read does not happen? https://developer.android.com/reference/android/pr...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question