Change the installer associated with a given package.
Syntax
[Android.Runtime.Register("setInstallerPackageName", "(Ljava/lang/String;Ljava/lang/String;)V", "GetSetInstallerPackageName_Ljava_lang_String_Ljava_lang_String_Handler")]
public abstract
void SetInstallerPackageName (
string targetPackage,
string installerPackageName)
Parameters
- targetPackage
- The installed package whose installer will be changed.
- installerPackageName
- The package name of the new installer. May be
null to clear the association.
Remarks
Requirements
Namespace: Android.Content.PM
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11