version:1.0.0

fix:
update:更换为荣耀mdm
This commit is contained in:
2026-01-10 17:58:48 +08:00
parent 9cfe11cea5
commit d1f392b839
22 changed files with 3839 additions and 145 deletions

View File

@@ -25,4 +25,46 @@
<string name="license_verification_successful">许可证验证成功,本账户已可长期使用,\n点击开启学习之旅</string>
<string name="validity_period">有效期:%d年</string>
<string name="qrcode_expiration_time">二维码过期时间%s</string>
<!--MagicOS-->
<string name="current_state_wifi">"当前状态:"</string>
<string name="current_state_keep_alive">"当前状态:"</string>
<string name="current_state_screen_capture">"当前状态:"</string>
<string name="state_restricted">已禁用</string>
<string name="state_nomal">未禁用</string>
<string name="state_keep_alive">已保活</string>
<string name="state_cancel_alive">未保活</string>
<string name="disable_wifi">禁用WiFi</string>
<string name="enable_wifi">启用WiFi</string>
<string name="keep_alive">将该应用保活</string>
<string name="cancel_alive">取消该应用保活</string>
<string name="enable_screen_capture">启用截屏</string>
<string name="disable_screen_capture">禁用截屏</string>
<string name="enable_data_conn">启用数据连接</string>
<string name="state_not_actived">该应用未激活</string>
<string name="no_permission">无操作权限</string>
<string name="not_support">本应用只支持MAGIC4及以上的版本</string>
<string name="disable_warning">取消激活后将导致本软件的部分功能无法正常工作,您确定要取消激活么?</string>
<string name="accept_btn">同意</string>
<string name="exit_btn">退出</string>
<string name="know">已阅读</string>
<string name="not_show_anymore">不再提示</string>
<string name="title_license">免责声明与软件许可协议</string>
<string name="title_permissions">权限使用声明</string>
<string name="read_statement">若您点击同意并开始使用本软件,代表您已阅读并接受<a href="http://www.hihonor.mdm.com">《免责声明与软件许可协议》</a></string>
<string name="title_activemode">请选择以下模式中的一种进行设备管理器的激活。</string>
<string name="user_active_description">用户确认激活模式即普通的激活方式,激活后用户可随时解除激活。</string>
<string name="force_active_description">强制激活模式只在企业定制版本(通过荣耀商城企业定制服务进行定制的终端版本)上生效,用户只能点击激活,激活成功后无法手动解除激活。</string>
<string name="delay_active_description">延时解除激活模式请先输入延迟时间(范围在1~72的数字),激活成功后用户在设定的延迟时间(单位:小时)过后才能解除激活设备管理器。</string>
<string name="user_activemode">用户确认激活模式</string>
<string name="force_activemode">强制激活模式</string>
<string name="delay_activemode">延时解除激活模式</string>
<string name="delay_hint">请输入延迟时间范围1~72</string>
<string name="remove_active_admin">解除激活设备管理器</string>
<string name="force_active_error">setForcedActiveDeviceAdmin error</string>
<string name="delay_deactive_error">setDelayDeactiveDeviceAdmin error</string>
<string name="sample_device_admin">为关怀系统提供管控功能,请激活后使用</string>
<string name="sample_device_admin_description">开启我吧</string>
</resources>

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<device-admin>
<uses-policies>
<limit-password />
<watch-login />
<reset-password />
<force-lock />
<wipe-data />
<expire-password />
<encrypted-storage />
<disable-camera />
<disable-keyguard-features />
</uses-policies>
</device-admin>