AccountAuthenticatorActivity上的getSupportFragmentManager

问题描述:

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

我需要把一个自定义对话框与Android风格的对话框:https://github.com/inmite/android-styled-dialogs

  1. 采取AccountAuthenticatorActivity,并把它放在你的项目。

  2. 而不是 AccountAuthenticatorActivity extends ActivityAccountAuthenticatorActivity extends FragmentActivity

  3. 用新的AccountAuthenticatorActivity扩展您的班级并使用getSupportFragmentManager()