PackageManager.RelinquishUpdateOwnership(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attempt to relinquish the update ownership of the given package.
[Android.Runtime.Register("relinquishUpdateOwnership", "(Ljava/lang/String;)V", "GetRelinquishUpdateOwnership_Ljava_lang_String_Handler", ApiSince=34)]
public virtual void RelinquishUpdateOwnership (string targetPackage);
[<Android.Runtime.Register("relinquishUpdateOwnership", "(Ljava/lang/String;)V", "GetRelinquishUpdateOwnership_Ljava_lang_String_Handler", ApiSince=34)>]
abstract member RelinquishUpdateOwnership : string -> unit
override this.RelinquishUpdateOwnership : string -> unit
Parameters
- targetPackage
- String
The installed package whose update owner will be changed.
- Attributes
Remarks
Attempt to relinquish the update ownership of the given package. Only the current update owner of the given package can use this API.
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.