Język

D2DSharing Enum

Definition

public enum D2DSharing
type D2DSharing = 
Inheritance
D2DSharing

Fields

Name Value Description
Disabled 0

Device status is not shared to a remote party.

Android reference for android.telephony.SubscriptionManager.D2D_SHARING_DISABLED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AllContacts 1

Device status is shared with all numbers in the user's contacts.

Android reference for android.telephony.SubscriptionManager.D2D_SHARING_ALL_CONTACTS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

SelectedContacts 2

Device status is shared with all selected contacts.

Android reference for android.telephony.SubscriptionManager.D2D_SHARING_SELECTED_CONTACTS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

All 3

Device status is shared whenever possible.

Android reference for android.telephony.SubscriptionManager.D2D_SHARING_ALL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to