You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an application does not directly interact with the Android framework AccountManager in any way.
The application authenticates with Salesforce by extending the provided OAuthWebviewHelper class. This class ends up calling the Salesforce SDK's ClientManager which calls AccountManager.addAccountExplicitly. This results in account details showing up in device system settings.
Is there is a way to avoid the app from accessing AccountManager.addAccountExplicitly which causes the issue.
We have an application does not directly interact with the Android framework AccountManager in any way.
The application authenticates with Salesforce by extending the provided OAuthWebviewHelper class. This class ends up calling the Salesforce SDK's ClientManager which calls AccountManager.addAccountExplicitly. This results in account details showing up in device system settings.
Is there is a way to avoid the app from accessing AccountManager.addAccountExplicitly which causes the issue.
