mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 19:15:58 +00:00
new feature in app manager: enable system app
This commit is contained in:
9
app/src/main/res/drawable/enable_fill0.xml
Normal file
9
app/src/main/res/drawable/enable_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="960"
|
||||
android:viewportHeight="960">
|
||||
<path
|
||||
android:pathData="M480,880q-83,0 -156,-31.5T197,763q-54,-54 -85.5,-127T80,480q0,-132 77,-237.5T360,98v86q-91,37 -145.5,117.5T160,480q0,134 93,227t227,93q134,0 227,-93t93,-227q0,-98 -54.5,-178.5T600,184v-86q126,39 203,144.5T880,480q0,83 -31.5,156T763,763q-54,54 -127,85.5T480,880ZM480,640L280,440l56,-56 104,103v-407h80v407l104,-103 56,56 -200,200Z"
|
||||
android:fillColor="#000000"/>
|
||||
</vector>
|
||||
@@ -304,6 +304,8 @@
|
||||
<string name="select_apk" tools:ignore="TypographyEllipsis">选择APK...</string>
|
||||
<string name="silent_install">静默安装</string>
|
||||
<string name="request_install">请求安装</string>
|
||||
<string name="enable_system_app">启用系统应用</string>
|
||||
<string name="enable_system_app_desc">重新启用一个默认被禁用的系统应用</string>
|
||||
<string name="app_installer_status">应用安装器:</string>
|
||||
<string name="status_pending_action">等待用户操作</string>
|
||||
<string name="status_fail_blocked">被阻止</string>
|
||||
|
||||
@@ -289,6 +289,8 @@
|
||||
<string name="app_info">App info</string>
|
||||
<string name="not_installed">Not installed</string>
|
||||
<string name="block_uninstall">Block uninstall</string>
|
||||
<string name="enable_system_app">Enable system app</string>
|
||||
<string name="enable_system_app_desc">Re-enable a system app that was disabled by default</string>
|
||||
<!--ucd: user control disabled-->
|
||||
<string name="ucd">Disable user control</string>
|
||||
<string name="ucd_desc">If you set this, you cannot clear these apps\' storage or force stop them. </string>
|
||||
|
||||
Reference in New Issue
Block a user