Click or drag to resize

AppManager Class

Inheritance Hierarchy
Object
  Com.Datalogic.Device.AppAppManager

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 class AppManager : Object

The AppManager type exposes the following members.

Constructors
  NameDescription
Public methodAppManager
Initializes a new instance of the AppManager class
Top
Properties
  NameDescription
Public propertyJniPeerMembers
To be added.
Top
Methods
  NameDescription
Public methodAddBatteryOptimizationExemption
Call this method to place the given application package on the device's power allowlist.
Public methodForceStopPackage
Call this method to stop an application.
Public methodGrantAllPermissions
Call this method to grant an application all the permissions declared in its manifest.
Public methodGrantPermissions
Call this method to grant an application the specified permissions.
Public methodRemoveBatteryOptimizationExemption
Call this method to remove the given application package from the device's power allowlist.
Public methodRevokePermissions
Call this method to revoke an application the specified permissions.
Public methodSetApplicationEnabledSetting
Call this method to set the enable setting for an application.
Public methodSetApplicationHidden
Call this method to hide or unhide packages.
Public methodSetStatusBarDisabled
Call this method to disable or enable the status bar.
Public methodSetUninstallBlocked
Change whether a user can uninstalling a package.
Top
Remarks
AppManager gives developers the ability to manage installed apllications.

[Android Documentation]

See Also