mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
This commit is contained in:
parent
f39c63f3ea
commit
0a08afa083
@ -107,7 +107,7 @@
|
|||||||
</Feature>
|
</Feature>
|
||||||
<Feature code="CLEAR_PASSWORD">
|
<Feature code="CLEAR_PASSWORD">
|
||||||
<Name>Clear Password</Name>
|
<Name>Clear Password</Name>
|
||||||
<Description>Clear current password</Description>
|
<Description>Clear current password (This functionality is only working with profile owners from Android 7.0 API 24 onwards.)</Description>
|
||||||
<Operation context="/api/device-mgt/android/v1.0/admin/devices/clear-password" method="POST" type="application/json">
|
<Operation context="/api/device-mgt/android/v1.0/admin/devices/clear-password" method="POST" type="application/json">
|
||||||
</Operation>
|
</Operation>
|
||||||
</Feature>
|
</Feature>
|
||||||
@ -137,7 +137,7 @@
|
|||||||
</Feature>
|
</Feature>
|
||||||
<Feature code="CHANGE_LOCK_CODE">
|
<Feature code="CHANGE_LOCK_CODE">
|
||||||
<Name>Change Lock-code</Name>
|
<Name>Change Lock-code</Name>
|
||||||
<Description>Change current lock code</Description>
|
<Description>Change current lock code (This functionality is only working with profile owners from Android 7.0 API 24 onwards.)</Description>
|
||||||
<Operation context="/api/device-mgt/android/v1.0/admin/devices/change-lock-code" method="POST" type="application/json">
|
<Operation context="/api/device-mgt/android/v1.0/admin/devices/change-lock-code" method="POST" type="application/json">
|
||||||
</Operation>
|
</Operation>
|
||||||
</Feature>
|
</Feature>
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -1215,7 +1215,7 @@
|
|||||||
<javax.ws.rs.version>1.1.1</javax.ws.rs.version>
|
<javax.ws.rs.version>1.1.1</javax.ws.rs.version>
|
||||||
|
|
||||||
<!-- Carbon Device Management -->
|
<!-- Carbon Device Management -->
|
||||||
<carbon.devicemgt.version>3.0.191</carbon.devicemgt.version>
|
<carbon.devicemgt.version>3.0.196</carbon.devicemgt.version>
|
||||||
<carbon.devicemgt.version.range>[3.0.0, 4.0.0)</carbon.devicemgt.version.range>
|
<carbon.devicemgt.version.range>[3.0.0, 4.0.0)</carbon.devicemgt.version.range>
|
||||||
|
|
||||||
<!-- Carbon App Management -->
|
<!-- Carbon App Management -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user