[ Web Proxy ]
URL:
Viewing: https://developer.android.com/reference/android/R.array [Back]  [Original]

R.array  |  API reference  |  Android Developers Skip to main content
Essentials Design & Plan Develop Google Play Blog
Search:
Android Studio
Android Developers [Android Developers]
Stay organized with collections Save and categorize content based on your preferences.

R.array


public static final class R.array
extends Object

java.lang.Object
   ↳ android.R.array


Summary

Constants

int emailAddressTypes

Email address types from android.provider.Contacts.

int imProtocols

Instant Message protocols/providers from android.provider.Contacts

int organizationTypes

Organization types from android.provider.Contacts.

int phoneTypes

Phone number types from android.provider.Contacts.

int postalAddressTypes

Postal address types from android.provider.Contacts.

Public constructors

array()

Inherited methods

Constants

emailAddressTypes

Added in API level 1
public static final int emailAddressTypes

Email address types from android.provider.Contacts. This could be used when adding a new e-mail address for a contact, for example.

Constant Value: 17235968 (0x01070000)

imProtocols

Added in API level 1
public static final int imProtocols

Instant Message protocols/providers from android.provider.Contacts

Constant Value: 17235969 (0x01070001)

organizationTypes

Added in API level 1
public static final int organizationTypes

Organization types from android.provider.Contacts. This could be used when adding a new organization for a contact, for example.

Constant Value: 17235970 (0x01070002)

phoneTypes

Added in API level 1
public static final int phoneTypes

Phone number types from android.provider.Contacts. This could be used when adding a new phone number for a contact, for example.

Constant Value: 17235971 (0x01070003)

postalAddressTypes

Added in API level 1
public static final int postalAddressTypes

Postal address types from android.provider.Contacts. This could be used when adding a new address for a contact, for example.

Constant Value: 17235972 (0x01070004)

Public constructors

array

public array ()

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026-08-03 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-08-03 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page