This plugin provides an interface to interact with Android's DevicePolicyManager API. It is designed exclusively for Android platform to facilitate device management tasks.
Note: This plugin only supports the Android platform.
- Full support for Android functionalities via DevicePolicyManager.
- Not supported. This plugin is intended solely for Android devices.
To use this plugin, add device_owner
as a dependency in your pubspec.yaml
file. Make sure you have set up your Android project to handle the specific requirements of DevicePolicyManager.
dependencies:
device_owner: ^0.0.1
To use the plugin, import it into your Flutter project:
import 'package:device_owner/device_owner.dart';
Then, utilize the available methods to interact with DevicePolicyManager on Android. Please refer to the example project for detailed usage.