Skip to content

Commit

Permalink
[service] fix block pkg removal clear
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornaco committed Sep 6, 2023
1 parent 98b077e commit 4d6dd76
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<string name="service_notification_message_data_restore_restore_component_states">正在恢复设置中的应用组件状态</string>

<string name="service_notification_title_app_protect">应用保护</string>
<string name="service_notification_message_app_uninstall_blocked">已阻止%1$s被卸载</string>
<string name="service_notification_message_app_clear_data_blocked">已阻止%1$s的应用数据被清除</string>
<string name="service_notification_message_app_uninstall_blocked">已阻止%1$s被卸载/清除</string>
<string name="service_notification_message_app_clear_data_blocked">已阻止%1$s的应用数据被清除/卸载</string>

<string name="service_notification_title_thanox_active">Thanox已激活</string>
<string name="service_notification_message_thanox_active">版本%1$s已经成功激活,恭喜</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<string name="service_notification_message_data_restore_restore_component_states">正在恢復設置中的應用組件狀態</string>

<string name="service_notification_title_app_protect">应用保护</string>
<string name="service_notification_message_app_uninstall_blocked">已阻止%1$s被卸载</string>
<string name="service_notification_message_app_clear_data_blocked">已阻止%1$s的應用数据被清除</string>
<string name="service_notification_message_app_uninstall_blocked">已阻止%1$s被卸载/清除</string>
<string name="service_notification_message_app_clear_data_blocked">已阻止%1$s的應用数据被清除/卸载</string>

<string name="service_notification_title_thanox_active">Thanox已激活</string>
<string name="service_notification_message_thanox_active">版本%1$s已經成功激活,恭喜</string>
Expand Down
4 changes: 2 additions & 2 deletions android/android_framework/res/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<string name="service_notification_message_data_restore_restore_component_states">Restoring app component settings</string>

<string name="service_notification_title_app_protect">App protect</string>
<string name="service_notification_message_app_uninstall_blocked">Uninstall %1$s has been prevented</string>
<string name="service_notification_message_app_clear_data_blocked">Clear %1$s app data has been prevented</string>
<string name="service_notification_message_app_uninstall_blocked">Uninstall/Clear %1$s has been prevented</string>
<string name="service_notification_message_app_clear_data_blocked">Uninstall/Clear %1$s app data has been prevented</string>

<string name="service_notification_title_thanox_active">Thanox is active</string>
<string name="service_notification_message_thanox_active">Thanox %1$s is up!</string>
Expand Down
2 changes: 1 addition & 1 deletion android/internal/Thanox-Internal

0 comments on commit 4d6dd76

Please sign in to comment.