device_policy_controller 0.0.3+1 copy "device_policy_controller: ^0.0.3+1" to clipboard
device_policy_controller: ^0.0.3+1 copied to clipboard

PlatformAndroid

A Flutter plugin package for managing device policies and restrictions (DPC), with features like kiosk mode app locking.

0.0.3 #

New methods:

  • setAsLauncher
  • startApp
  • handleBootCompleted
  • isScreenAwake

Methods to manage storing simple data in the device preferences:

Future<String?> get(String contentKey, {String? defaultContent});
Future<void> put(String contentKey, {String? content});
Future<void> remove(String contentKey);
Future<void> clear();

0.0.2 #

Add methods:

  • clearDeviceOwnerApp({String? packageName})
  • setCameraDisabled({required bool disabled})
  • setKeyguardDisabled({required bool disabled})
  • setScreenCaptureDisabled({required bool disabled})

0.0.1 #

  • Initial version.
18
likes
160
points
17
downloads

Publisher

verified publisheritisnajim.com

Weekly Downloads

A Flutter plugin package for managing device policies and restrictions (DPC), with features like kiosk mode app locking.

Repository (GitHub)

Topics

#dpc #device-policy-controller #device-management #kiosk #admin-privileges

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on device_policy_controller