On Thu, May 10, 2012 at 2:31 PM, Justin Anderson <magouyaw...@gmail.com> wrote: > Would the Android Compatibility Library help by chance? > http://android-developers.blogspot.com/2011/03/fragments-for-all.html >
The compatibility library doesn't have a PreferenceFragment, but ActionBarSherlock does. You should be able to use it but you need to integrate the library in your app, you can't just pull that class in. http://actionbarsherlock.com/ https://github.com/JakeWharton/ActionBarSherlock/blob/master/library/src/com/actionbarsherlock/app/SherlockPreferenceActivity.java BTW, you can't embed an activity in a fragment (or nest fragments). -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en