How to add google account for android apps?
I have installed google play store a while ago, on the first start it asked me to sign in with my google account. Now I need to add a second google account to use in android apps, but i can not find the menu to add an account.
I have added the account in jolla settings, but it does not make it available for android apps.
Found info:
If you manage to get /opt/alien/bin/adb shell
working, you can use am start
to start activities
The package of the login activity seams to be com.google.android.gsf.login
but i am getting an error when I start it, maybe the intent needs the right parameters
$ am start com.google.android.gsf
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] pkg=com.google.android.gsf }
Error: Activity not started, unable to resolve Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 pkg=com.google.android.gsf }