一个Android应用可以有两种不同的帐户类型吗?

时间:2017-10-23 03:42:45

标签: android android-account

据我所知,应用程序可以通过在accountType文件中添加XML来生成android:accountType="com.android.app.test"

accountTypes

我想知道一个应用是否可以两个不同select count(*) as count,d.department_name from employees e inner join departments d on e.department_id = d.department_id where count(*) > 5 group by d.department_name

1 个答案:

答案 0 :(得分:0)

对于一个Authenticator,您的accountType中不能有两个不同的Authenticator class,也不能有 docs

   // Don't add additional accounts
    @Override
    public Bundle addAccount(
            AccountAuthenticatorResponse r,
            String s,
            String s2,
            String[] strings,
            Bundle bundle) throws NetworkErrorException {
        return null;
    }

您不应添加其他帐户。所以只有一个accountType。如果您需要另一个,请创建另一个Authenticator