Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的日食中划伤了这三个,并且写着它们已被弃用。英语不是我的母语,我无法真正理解它们的意思以及如何纠正它。有什么提示吗?
preferenceManager = getPreferenceManager(); ... addPreferencesFromResource(R.xml.preferences); Preference aboutItem = findPreference("about");
处理它的一种简单方法是使用UnifiedPreference库。另一种方法是编写自己的片段/活动来存储和检索偏好。