com.gs.phone.api.service

GsPhoneApi

ClassName:GsPhoneApi

Supported Products:

All


Detail

Method

method description
public static void setPhone(String id); set default phone

Params:

id
the custom phone service's flattenToShortString of ComponentName. such as "com.example/.TestPhoneService". The custom phone must be sub class of BasePhoneService.

Supported Products:

All

public static boolean isHidedSystemPhoneInList(); is the system phone is hided in settings default phone apps list.

Supported Products:

All

public static void hideSystemPhoneInList(); Hide the system phone in settings default phone apps list.

Supported Products:

All

public static void showSystemPhoneInList(); Show the system phone in settings default phone apps list.

Supported Products:

All


Member & Constant

Member description
public static final String API The tag name of BaseCallApi,which can used in {@link com.gs.common.client.ApiClient.Builder#addApi(String)}

Supported Products:

All