function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Talha AliTalha Ali 

Android SalesForce login screen launches multiple times

I'm using Salesforce for Android and have the login screen come up after the splash screen. But I have multiple activities for the login screen come up at once. My question is what causes the login screen to come up?
Best Answer chosen by Talha Ali
Hargobind_SinghHargobind_Singh
Login screen could come up if you are attempting to access secured URLs, or running methods that require logins. You should check that you don't have multiple activities requesting for secured resources. 

All Answers

Hargobind_SinghHargobind_Singh
Login screen could come up if you are attempting to access secured URLs, or running methods that require logins. You should check that you don't have multiple activities requesting for secured resources. 
This was selected as the best answer
Talha AliTalha Ali
ok, that makes sense. So how do I put my calls on hold until I have an account logged in?