AccountAuthenticatorActivity上的getSupportFragmentManager

时间:2013-10-01 21:28:27

标签: android alertdialog android-support-library accountmanager

如何将getSupportFragmentManager()传递给AccountAuthenticatorActivity中的外部库?

我需要使用android-styled-dialogs自定义对话框:https://github.com/inmite/android-styled-dialogs

1 个答案:

答案 0 :(得分:15)

  1. 选择AccountAuthenticatorActivity并将其放入您的项目中。

  2. 而不是 AccountAuthenticatorActivity extends ActivityAccountAuthenticatorActivity extends FragmentActivity

  3. 使用新AccountAuthenticatorActivity扩展您的课程并使用getSupportFragmentManager()