Is it possible to set the topic of the selection dialog?
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);
My basic theme is android:Theme.Light , but this dialog is dark. Thanks.
android google-play-services android-theme google-authenticator
Mickey tin
source share