public static final class

R.string

extends Object
java.lang.Object
   ↳android.R.string

Summary

Constants
intVideoView_error_buttonButton to close error alert when a video cannot be played
intVideoView_error_text_invalid_progressive_playbackText for error alert when a video container is not valid for progressive download/playback.
intVideoView_error_text_unknownText for error alert when a video cannot be played.
intVideoView_error_titleTitle for error alert when a video cannot be played.
intcancelPreference framework strings.
intcopyItem on EditText context menu.
intcopyUrlItem on EditText context menu.
intcutItem on EditText context menu.
intdefaultMsisdnAlphaTagWhat the UI should display for "Msisdn" unless overridden by the SIM
intdefaultVoiceMailAlphaTagWhat the UI should display for "voice mail" unless overridden by the SIM
intdialog_alert_titleThis is the generic "attention" string to be used in attention dialogs.
intemptyPhoneNumberHow to display the lack of a phone number
inthttpErrorBadUrlDisplayed when a web request failed because the URL isn't in a valid form.
inthttpErrorUnsupportedSchemeDisplayed when a web request failed because the protocol of the server is not supported.
intnoPreference framework strings.
intokPreference framework strings.
intpasteItem on EditText context menu.
intsearch_goThis is the default button label in the system-wide search UI.
intselectAllItem on EditText context menu.
intunknownNameHow to display the lack of a name
intuntitledUsed in Contacts for a field that has no label and in Note Pad for a note with no name.
intyesPreference framework strings.
Public Constructors
R.string()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int VideoView_error_button

Since: API Level 1

Button to close error alert when a video cannot be played

Constant Value: 17039376 (0x01040010)

public static final int VideoView_error_text_invalid_progressive_playback

Since: API Level 3

Text for error alert when a video container is not valid for progressive download/playback.

Constant Value: 17039381 (0x01040015)

public static final int VideoView_error_text_unknown

Since: API Level 1

Text for error alert when a video cannot be played. it can be used by any app.

Constant Value: 17039377 (0x01040011)

public static final int VideoView_error_title

Since: API Level 1

Title for error alert when a video cannot be played. it can be used by any app.

Constant Value: 17039378 (0x01040012)

public static final int cancel

Since: API Level 1

Preference framework strings.

Constant Value: 17039360 (0x01040000)

public static final int copy

Since: API Level 1

Item on EditText context menu. This action is used to cut selected the text into the clipboard.

Constant Value: 17039361 (0x01040001)

public static final int copyUrl

Since: API Level 1

Item on EditText context menu. This action is used to copy a URL from the edit field into the clipboard.

Constant Value: 17039362 (0x01040002)

public static final int cut

Since: API Level 1

Item on EditText context menu. This action is used to cut selected the text into the clipboard.

Constant Value: 17039363 (0x01040003)

public static final int defaultMsisdnAlphaTag

Since: API Level 1

What the UI should display for "Msisdn" unless overridden by the SIM

Constant Value: 17039365 (0x01040005)

public static final int defaultVoiceMailAlphaTag

Since: API Level 1

What the UI should display for "voice mail" unless overridden by the SIM

Constant Value: 17039364 (0x01040004)

public static final int dialog_alert_title

Since: API Level 3

This is the generic "attention" string to be used in attention dialogs. Typically combined with setIcon(android.R.drawable.ic_dialog_alert)

Constant Value: 17039380 (0x01040014)

public static final int emptyPhoneNumber

Since: API Level 1

How to display the lack of a phone number

Constant Value: 17039366 (0x01040006)

public static final int httpErrorBadUrl

Since: API Level 1

Displayed when a web request failed because the URL isn't in a valid form.

Constant Value: 17039367 (0x01040007)

public static final int httpErrorUnsupportedScheme

Since: API Level 1

Displayed when a web request failed because the protocol of the server is not supported.

Constant Value: 17039368 (0x01040008)

public static final int no

Since: API Level 1

Preference framework strings.

Constant Value: 17039369 (0x01040009)

public static final int ok

Since: API Level 1

Preference framework strings.

Constant Value: 17039370 (0x0104000a)

public static final int paste

Since: API Level 1

Item on EditText context menu. This action is used t o paste from the clipboard into the eidt field

Constant Value: 17039371 (0x0104000b)

public static final int search_go

Since: API Level 1

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)

public static final int selectAll

Since: API Level 1

Item on EditText context menu. This action is used to select all text in the edit field.

Constant Value: 17039373 (0x0104000d)

public static final int unknownName

Since: API Level 1

How to display the lack of a name

Constant Value: 17039374 (0x0104000e)

public static final int untitled

Since: API Level 1

Used in Contacts for a field that has no label and in Note Pad for a note with no name.

Constant Value: 17039375 (0x0104000f)

public static final int yes

Since: API Level 1

Preference framework strings.

Constant Value: 17039379 (0x01040013)

Public Constructors

public R.string ()

Since: API Level 1