mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Adding supported feature: DEVICE_UNLOCK entry to db
This commit is contained in:
parent
3a25572fda
commit
fb30118aa2
@ -463,6 +463,12 @@ public class AndroidFeatureManager implements FeatureManager {
|
|||||||
feature.setDescription("Fetch device logcat");
|
feature.setDescription("Fetch device logcat");
|
||||||
supportedFeatures.add(feature);
|
supportedFeatures.add(feature);
|
||||||
|
|
||||||
|
feature = new Feature();
|
||||||
|
feature.setCode("DEVICE_UNLOCK");
|
||||||
|
feature.setName("Device Unlock");
|
||||||
|
feature.setDescription("Unlock the device");
|
||||||
|
supportedFeatures.add(feature);
|
||||||
|
|
||||||
return supportedFeatures;
|
return supportedFeatures;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user