forked from forcedotcom/SalesforceMobileSDK-Android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.xml
More file actions
18 lines (16 loc) · 1003 Bytes
/
Copy pathstrings.xml
File metadata and controls
18 lines (16 loc) · 1003 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--
These aren't prefixed as they're expected to be overridden Strings of the
SDK that are used by SDK-based applications live in sf__strings.xml
-->
<string name="app_name">SalesforceSDK</string>
<string name="account_type">com.salesforce.androidsdk</string>
<string name="app_package">com.salesforce.androidsdk</string>
<string name="cannot_use_another_apps_login_qr_code">Cannot use another app\'s login QR Code. Please log in to this app.</string>
<string name="salesforce_welcome_is_disabled">This app doesn\'t support welcome.salesforce.com. Use another server.</string>
<!-- If you're only supporting recent versions of Android (e.g. 3.x and up), you can override this to be touch and get a better looking login UI -->
<string name="oauth_display_type">touch</string>
<!-- Default API version used by the SDK and sample apps -->
<string name="api_version">v63.0</string>
</resources>