Android.Accounts.AccountManager.KeyAndroidPackageName Field
The Android package of the caller will be set in the options bundle by the Android.Accounts.AccountManager and will be passed to the AccountManagerService and to the AccountAuthenticators.

Syntax

[Android.Runtime.Register("KEY_ANDROID_PACKAGE_NAME")]
public const string KeyAndroidPackageName

Remarks

The Android package of the caller will be set in the options bundle by the Android.Accounts.AccountManager and will be passed to the AccountManagerService and to the AccountAuthenticators. The uid of the caller will be known by the AccountManagerService as well as the AccountAuthenticators so they will be able to verify that the package is consistent with the uid (a uid might be shared by many packages).

[Android Documentation]

Requirements

Namespace: Android.Accounts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14