Click or drag to resize

AppManagerSetUninstallBlocked Method

Change whether a user can uninstalling a package.

Namespace:  Com.Datalogic.Device.App
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual int SetUninstallBlocked(
	string packageName,
	bool uninstallBlocked
)

Parameters

packageName
Type: SystemString
- String The name of the package to change.
uninstallBlocked
Type: SystemBoolean
- boolean True if the user shouldn't be able to uninstall the package.

Return Value

Type: Int32
intSuccess in case of success, otherwise a possible error code, matching one of the AppManagerException error constants.
Exceptions
ExceptionCondition
AppManagerException - in case of error, when exceptions are enabled through the ErrorManager singleton.
Remarks

Change whether a user can uninstalling a package.


[Android Documentation]

See Also