Android: AccountPicker setzt Light Theme

Ist es möglich, das Thema des Auswahldialogs festzulegen?

import com.google.android.gms.common.AccountPicker;
....
String[] accountTypes = new String[]{"com.google"};
Intent intent = AccountPicker.newChooseAccountIntent(null, null,
                accountTypes, false, null, null, null, null);
activity.startActivityForResult(intent, REQUEST_CODE_PICK_ACCOUNT);

Mein Basis-App-Thema istandroid:Theme.Light aber dieser Dialog ist dunkel. Vielen Dank.

Antworten auf die Frage(3)

Ihre Antwort auf die Frage