Click or drag to resize

AppManager Class

AppManager

Inheritance Hierarchy
System.Object
Com.Datalogic.Device.App.AppManager

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

The AppManager type exposes the following members.

Constructors
NameDescription
Public methodAppManager
Initializes a new instance of the AppManager class
Public methodAppManager
Initializes a new instance of the AppManager class
Top
Properties
NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodAddBatteryOptimizationExemption
Call this method to place the given application package on the device's power allowlist.
Public methodEnableNotificationChannels
Enables or disables a NotificationChannel for a specified application.
Public methodForceStopPackage
Call this method to stop an application.
Public methodGrantAllPermissions
Call this method to grant an application all the runtime permissions declared in its manifest.
Public methodGrantPermissions
Call this method to grant an application the specified runtime 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 runtime 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 methodSetModeAppOps
Call this method to set the mode of the specified app-ops permissions of a given application.
Public methodSetNotificationsEnabledForPackage
Call this method to enable/disable the notifications of the given application.
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 applications.

[Android Documentation]

See Also