Hello guys
I am trying to invoke the "ADD_ACCOUNT" intent inorder to add a google account but I get the following error:
and this is my code:
what is the proper way of doing this?
I am trying to invoke the "ADD_ACCOUNT" intent inorder to add a google account but I get the following error:
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.settings.ADD_ACCOUNT flg=0x20000 }
and this is my code:
B4X:
Dim DoAction As Intent
DoAction.Initialize("android.settings.ADD_ACCOUNT", "")
StartActivity(DoAction)
Return
what is the proper way of doing this?