mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 19:15:58 +00:00
use switch instead of button in 'UserRestriction' section
This commit is contained in:
9
app/src/main/res/drawable/mobile_phone_fill0.xml
Normal file
9
app/src/main/res/drawable/mobile_phone_fill0.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M15.5,1h-8C6.12,1 5,2.12 5,3.5v17C5,21.88 6.12,23 7.5,23h8c1.38,0 2.5,-1.12 2.5,-2.5v-17C18,2.12 16.88,1 15.5,1zM11.5,22c-0.83,0 -1.5,-0.67 -1.5,-1.5s0.67,-1.5 1.5,-1.5 1.5,0.67 1.5,1.5 -0.67,1.5 -1.5,1.5zM16,18L7,18L7,4h9v14z"/>
|
||||
</vector>
|
||||
9
app/src/main/res/drawable/security_fill0.xml
Normal file
9
app/src/main/res/drawable/security_fill0.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M12,1L3,5v6c0,5.55 3.84,10.74 9,12 5.16,-1.26 9,-6.45 9,-12L21,5l-9,-4zM12,11.99h7c-0.53,4.12 -3.28,7.79 -7,8.94L12,12L5,12L5,6.3l7,-3.11v8.8z"/>
|
||||
</vector>
|
||||
@@ -1,17 +1,17 @@
|
||||
<resources>
|
||||
<string name="app_name">Android Owner</string>
|
||||
<string name="bluetooth">蓝牙</string>
|
||||
<string name="airplane_mode">飞行模式(需安卓9)</string>
|
||||
<string name="airplane_mode">飞行模式</string>
|
||||
<string name="config_wifi">配置Wi-Fi</string>
|
||||
<string name="debug_features">调试功能</string>
|
||||
<string name="config_location">配置位置信息(需安卓9)</string>
|
||||
<string name="config_location">配置位置信息</string>
|
||||
<string name="config_mobile_network">配置移动数据</string>
|
||||
<string name="create_windows">创建窗口</string>
|
||||
<string name="allow">允许</string>
|
||||
<string name="disallow">禁止</string>
|
||||
<string name="is_disallow">是否禁止:</string>
|
||||
<string name="adjust_volume">调整音量</string>
|
||||
<string name="config_brightness">调整亮度(需安卓9)</string>
|
||||
<string name="config_brightness">调整亮度</string>
|
||||
<string name="install_apps">安装应用</string>
|
||||
<string name="sms">短信</string>
|
||||
<string name="apps_ctrl">控制应用</string>
|
||||
@@ -28,4 +28,7 @@
|
||||
<string name="ui_ctrl_desc">目前没啥功能</string>
|
||||
<string name="app_manage_desc">非DeviceOwner勿入</string>
|
||||
<string name="user_restrict_desc">限制一些功能</string>
|
||||
<string name="autofill">自动填充服务</string>
|
||||
<string name="camera_toggle">切换相机</string>
|
||||
<string name="bt_share">蓝牙分享</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user