Main entry point for AccountTransfer API's.
| String | ACTION_ACCOUNT_EXPORT_DATA_AVAILABLE | Broadcast sent to the packages which own the accounts on device to notify availability of export transfer data. |
| String | ACTION_ACCOUNT_IMPORT_DATA_AVAILABLE | Broadcast sent to the packages which own the accounts on device to notify availability of import transfer data. |
| String | ACTION_START_ACCOUNT_EXPORT | Broadcast sent to the packages which own the accounts on device to notify starting of account export. |
| String | KEY_EXTRA_ACCOUNT_TYPE | Extra key sent with broadcast putting in account type. |
| static AccountTransferClient |
getAccountTransferClient(Context
context)
Creates a new instance of
AccountTransferClient for use in a non-activity Context.
|
| static AccountTransferClient |
getAccountTransferClient(Activity
activity)
Creates a new instance of
AccountTransferClient for use in an Activity.
|
Broadcast sent to the packages which own the accounts on device to notify availability of export transfer data.
Broadcast sent to the packages which own the accounts on device to notify availability of import transfer data.
Broadcast sent to the packages which own the accounts on device to notify starting of account export. This broadcast is only sent once on the source (exporting) device.
Extra key sent with broadcast putting in account type. It is useful for inspection if the same package is responsible for multiple account types.
Creates a new instance of
AccountTransferClient for use in a non-activity Context.
Creates a new instance of
AccountTransferClient for use in an Activity.