Is it possible to launch a DialogFragment from a Preference in a PreferenceActivity?

家住魔仙堡 提交于 2019-12-01 03:24:12

Not without jumping through hoops.

You could make a very simple activity with the sole purpose of launching the DialogFragment. If you do this you will need to finish() that activity when the DialogFragment dialog has been dismissed.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!