@W-23431930: [Android] Update sf__app_blocked_error string to reference Salesforce admin#2964
Merged
Conversation
…ce Salesforce admin (Reword app-blocked toast to direct users to their Salesforce admin)
JohnsonEricAtSalesforce
merged commit Jul 14, 2026
cc4d3bb
into
forcedotcom:dev
4 of 5 checks passed
JohnsonEricAtSalesforce
deleted the
feature/W-23431930_android-update-sf-app-blocked-error-string-to-reference-salesforce-admin
branch
July 14, 2026 04:44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the user-facing localized string
sf__app_blocked_errorto direct users to their Salesforce admin instead of generic support.Before:
This app could not be verified. Contact support.After:
The app couldn't be verified. Contact your Salesforce admin.This string is displayed as a toast in
LoginActivity.onAuthFlowError()when OAuth code exchange fails with a client-blocked error (APP_ATTESTATION_FAILED / APP_ATTESTATION_FAILED_RETRY).sf__string inlibs/SalesforceSDK/res/values/sf__strings.xml. Per repo CLAUDE.md,sf__string changes require human review.values/locale — there are no translated copies to update.couldn\'t) as required by the Android resource compiler; it renders as a straight ASCII apostrophe at runtime.Platform consistency
The app-attestation / client-blocked flow is Android-only; the iOS SDK has no equivalent string, so no iOS counterpart PR is needed.
Test plan
:libs:SalesforceSDK:assembleDebugbuilds successfully with the escaped apostrophe.This response was generated by an AI agent on behalf of @JohnsonEricAtSalesforce.