string
class string
kotlin.Any | |
↳ | android.R.string |
Summary
Constants | |
---|---|
static Int |
Button to close error alert when a video cannot be played |
static Int |
Text for error alert when a video container is not valid for progressive download/playback. |
static Int |
Text for error alert when a video cannot be played. |
static Int |
Title for error alert when a video cannot be played. |
static Int |
Item on EditText context menu. |
static Int |
Preference framework strings. |
static Int |
Item on EditText context menu. |
static Int |
Item on EditText context menu. |
static Int |
Item on EditText context menu. |
static Int |
What the UI should display for "Msisdn" unless overridden by the SIM |
static Int |
What the UI should display for "voice mail" unless overridden by the SIM |
static Int |
This is the generic "attention" string to be used in attention dialogs. |
static Int |
How to display the lack of a phone number |
static Int |
Content description which should be used for the fingerprint icon. |
static Int |
Displayed when a web request failed because the URL isn't in a valid form. |
static Int |
Displayed when a web request failed because the protocol of the server is not supported. |
static Int |
Preference framework strings. |
static Int |
Preference framework strings. |
static Int |
Item on EditText context menu. |
static Int |
Item on EditText context menu. |
static Int |
This is the default button label in the system-wide search UI. |
static Int |
Item on EditText context menu. |
static Int |
Item on EditText context menu. |
static Int |
Text to use when the number in a notification info is too large (greater than status_bar_notification_info_maxnum, defined in values/config.xml) and must be truncated. |
static Int |
How to display the lack of a name |
static Int |
Used in Contacts for a field that has no label and in Note Pad for a note with no name. |
static Int |
Preference framework strings. |
Public constructors | |
---|---|
string() |
Constants
VideoView_error_button
static val VideoView_error_button: Int
Button to close error alert when a video cannot be played
Value: 17039376
VideoView_error_text_invalid_progressive_playback
static val VideoView_error_text_invalid_progressive_playback: Int
Text for error alert when a video container is not valid for progressive download/playback.
Value: 17039381
VideoView_error_text_unknown
static val VideoView_error_text_unknown: Int
Text for error alert when a video cannot be played. it can be used by any app.
Value: 17039377
VideoView_error_title
static val VideoView_error_title: Int
Title for error alert when a video cannot be played. it can be used by any app.
Value: 17039378
autofill
static val autofill: Int
Item on EditText context menu. This action is used to request autofill.
Value: 17039386
copy
static val copy: Int
Item on EditText context menu. This action is used to cut selected the text into the clipboard.
Value: 17039361
copyUrl
static val copyUrl: Int
Item on EditText context menu. This action is used to copy a URL from the edit field into the clipboard.
Value: 17039362
cut
static val cut: Int
Item on EditText context menu. This action is used to cut selected the text into the clipboard.
Value: 17039363
defaultMsisdnAlphaTag
static val defaultMsisdnAlphaTag: Int
What the UI should display for "Msisdn" unless overridden by the SIM
Value: 17039365
defaultVoiceMailAlphaTag
static val defaultVoiceMailAlphaTag: Int
What the UI should display for "voice mail" unless overridden by the SIM
Value: 17039364
dialog_alert_title
static val dialog_alert_title: Int
This is the generic "attention" string to be used in attention dialogs. Typically combined with setIconAttribute(android.R.attr.alertDialogIcon) (or setIcon(android.R.drawable.ic_dialog_alert) on legacy versions of the platform)
Value: 17039380
emptyPhoneNumber
static val emptyPhoneNumber: Int
How to display the lack of a phone number
Value: 17039366
fingerprint_icon_content_description
static val fingerprint_icon_content_description: Int
Content description which should be used for the fingerprint icon.
Value: 17039384
httpErrorBadUrl
static val httpErrorBadUrl: Int
Displayed when a web request failed because the URL isn't in a valid form.
Value: 17039367
httpErrorUnsupportedScheme
static val httpErrorUnsupportedScheme: Int
Displayed when a web request failed because the protocol of the server is not supported.
Value: 17039368
no
static valno: Int
Deprecated: Deprecated in Java.
Preference framework strings. {@deprecated Do not use. Incorrectly matches android.R.string.cancel rather than "no".}
Value: 17039369
paste
static val paste: Int
Item on EditText context menu. This action is used to paste from the clipboard into the eidt field
Value: 17039371
paste_as_plain_text
static val paste_as_plain_text: Int
Item on EditText context menu. This action is used to paste from the clipboard into the eidt field without formatting
Value: 17039385
search_go
static val search_go: Int
This is the default button label in the system-wide search UI. It is also used by the home screen's search "widget". It should be short
Value: 17039372
selectAll
static val selectAll: Int
Item on EditText context menu. This action is used to select all text in the edit field.
Value: 17039373
selectTextMode
static val selectTextMode: Int
Item on EditText context menu. Added only when the context menu is not empty, it enable selection context mode. [CHAR LIMIT=20]
Value: 17039382
status_bar_notification_info_overflow
static val status_bar_notification_info_overflow: Int
Text to use when the number in a notification info is too large (greater than status_bar_notification_info_maxnum, defined in values/config.xml) and must be truncated. May need to be localized for most appropriate textual indicator of "more than X". [CHAR LIMIT=4]
Value: 17039383
unknownName
static val unknownName: Int
How to display the lack of a name
Value: 17039374
untitled
static val untitled: Int
Used in Contacts for a field that has no label and in Note Pad for a note with no name.
Value: 17039375
yes
static valyes: Int
Deprecated: Deprecated in Java.
Preference framework strings. {@deprecated Do not use. Incorrectly matches android.R.string.ok rather than "yes".}
Value: 17039379
Public constructors
string
string()