R.string
  public
  static
  final
  
  class
  R.string
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | android.R.string | 
Summary
| Constants | |
|---|---|
| int | VideoView_error_buttonButton to close error alert when a video cannot be played | 
| int | VideoView_error_text_invalid_progressive_playbackText for error alert when a video container is not valid for progressive download/playback. | 
| int | VideoView_error_text_unknownText for error alert when a video cannot be played. | 
| int | VideoView_error_titleTitle for error alert when a video cannot be played. | 
| int | autofillItem on EditText context menu. | 
| int | cancelPreference framework strings. | 
| int | copyItem on EditText context menu. | 
| int | copyUrlItem on EditText context menu. | 
| int | cutItem on EditText context menu. | 
| int | defaultMsisdnAlphaTagWhat the UI should display for "Msisdn" unless overridden by the SIM | 
| int | defaultVoiceMailAlphaTagWhat the UI should display for "voice mail" unless overridden by the SIM | 
| int | dialog_alert_titleThis is the generic "attention" string to be used in attention dialogs. | 
| int | emptyPhoneNumberHow to display the lack of a phone number | 
| int | fingerprint_icon_content_descriptionContent description which should be used for the fingerprint icon. | 
| int | httpErrorBadUrlDisplayed when a web request failed because the URL isn't in a valid form. | 
| int | httpErrorUnsupportedSchemeDisplayed when a web request failed because the protocol of the server is not supported. | 
| int | noThis constant was deprecated in API level 30. Do not use. Incorrectly matches android.R.string.cancel rather than "no". | 
| int | okPreference framework strings. | 
| int | pasteItem on EditText context menu. | 
| int | paste_as_plain_textItem on EditText context menu. | 
| int | search_goThis is the default button label in the system-wide search UI. | 
| int | selectAllItem on EditText context menu. | 
| int | selectTextModeItem on EditText context menu. | 
| int | status_bar_notification_info_overflowThis constant was deprecated in API level 36. No longer used. | 
| int | unknownNameHow to display the lack of a name | 
| int | untitledUsed in Contacts for a field that has no label and in Note Pad for a note with no name. | 
| int | yesThis constant was deprecated in API level 30. Do not use. Incorrectly matches android.R.string.ok rather than "yes". | 
| Public constructors | |
|---|---|
| 
      string()
       | |
| Inherited methods | |
|---|---|
Constants
VideoView_error_button
public static final int VideoView_error_button
Button to close error alert when a video cannot be played
Constant Value: 17039376 (0x01040010)
VideoView_error_text_invalid_progressive_playback
public static final int VideoView_error_text_invalid_progressive_playback
Text for error alert when a video container is not valid for progressive download/playback.
Constant Value: 17039381 (0x01040015)
VideoView_error_text_unknown
public static final int VideoView_error_text_unknown
Text for error alert when a video cannot be played. it can be used by any app.
Constant Value: 17039377 (0x01040011)
VideoView_error_title
public static final int VideoView_error_title
Title for error alert when a video cannot be played. it can be used by any app.
Constant Value: 17039378 (0x01040012)
autofill
public static final int autofill
Item on EditText context menu. This action is used to request autofill.
Constant Value: 17039386 (0x0104001a)
cancel
public static final int cancel
Preference framework strings.
Constant Value: 17039360 (0x01040000)
copy
public static final int copy
Item on EditText context menu. This action is used to cut selected the text into the clipboard.
Constant Value: 17039361 (0x01040001)
copyUrl
public static final int copyUrl
Item on EditText context menu. This action is used to copy a URL from the edit field into the clipboard.
Constant Value: 17039362 (0x01040002)
cut
public static final int cut
Item on EditText context menu. This action is used to cut selected the text into the clipboard.
Constant Value: 17039363 (0x01040003)
defaultMsisdnAlphaTag
public static final int defaultMsisdnAlphaTag
What the UI should display for "Msisdn" unless overridden by the SIM
Constant Value: 17039365 (0x01040005)
defaultVoiceMailAlphaTag
public static final int defaultVoiceMailAlphaTag
What the UI should display for "voice mail" unless overridden by the SIM
Constant Value: 17039364 (0x01040004)
dialog_alert_title
public static final int dialog_alert_title
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)
Constant Value: 17039380 (0x01040014)
emptyPhoneNumber
public static final int emptyPhoneNumber
How to display the lack of a phone number
Constant Value: 17039366 (0x01040006)
fingerprint_icon_content_description
public static final int fingerprint_icon_content_description
Content description which should be used for the fingerprint icon.
Constant Value: 17039384 (0x01040018)
httpErrorBadUrl
public static final int httpErrorBadUrl
Displayed when a web request failed because the URL isn't in a valid form.
Constant Value: 17039367 (0x01040007)
httpErrorUnsupportedScheme
public static final int httpErrorUnsupportedScheme
Displayed when a web request failed because the protocol of the server is not supported.
Constant Value: 17039368 (0x01040008)
no
public static final int no
      This constant was deprecated
      in API level 30.
    Do not use. Incorrectly matches android.R.string.cancel rather than "no".
  
Preference framework strings.
Constant Value: 17039369 (0x01040009)
ok
public static final int ok
Preference framework strings.
Constant Value: 17039370 (0x0104000a)
paste
public static final int paste
Item on EditText context menu. This action is used to paste from the clipboard into the eidt field
Constant Value: 17039371 (0x0104000b)
paste_as_plain_text
public static final int paste_as_plain_text
Item on EditText context menu. This action is used to paste from the clipboard into the eidt field without formatting
Constant Value: 17039385 (0x01040019)
search_go
public static final int search_go
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
Constant Value: 17039372 (0x0104000c)
selectAll
public static final int selectAll
Item on EditText context menu. This action is used to select all text in the edit field.
Constant Value: 17039373 (0x0104000d)
selectTextMode
public static final int selectTextMode
Item on EditText context menu. Added only when the context menu is not empty, it enable selection context mode. [CHAR LIMIT=20]
Constant Value: 17039382 (0x01040016)
status_bar_notification_info_overflow
public static final int status_bar_notification_info_overflow
      This constant was deprecated
      in API level 36.
    No longer used.
  
Constant Value: 17039383 (0x01040017)
unknownName
public static final int unknownName
How to display the lack of a name
Constant Value: 17039374 (0x0104000e)
untitled
public static final int untitled
Used in Contacts for a field that has no label and in Note Pad for a note with no name.
Constant Value: 17039375 (0x0104000f)
yes
public static final int yes
      This constant was deprecated
      in API level 30.
    Do not use. Incorrectly matches android.R.string.ok rather than "yes".
  
Preference framework strings.
Constant Value: 17039379 (0x01040013)
Public constructors
string
public string ()
