Skip to content

Commit

Permalink
Commit the description change that I forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
twilightgod committed Mar 6, 2015
1 parent d908417 commit 41efafc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<string name="app_version">版本: %s</string>
<string name="menu_about">关于</string>
<string name="menu_refresh">刷新</string>
<string name="app_description">Android上有很多流氓App, 比如xx地图, xx输入法, xxx钱包, xx点评, 会注册一堆service和receiver常驻后台, 即使在App的设置里关掉各种推送也没用. 常见的方法是使用绿色守护. 对于高级用户来说使用My Android Tools/3C Tools, 可以更有效地关闭不必要的service和receiver. 可是这些顽固的App会在运行的过程中重新注册这些service/receiver, 而My Android Tools只是静态地禁用, 没有常驻进程, 无法检测是否被重新开启了. 本App的解决方案是使用Xposed Module, 通过Hook setComponentEnabledSetting方法, 改写参数为DISABLED, 让流氓App无法重新注册service/receiver.</string>
<string name="app_description">介绍:\nAndroid上有很多流氓App, 比如xx地图, xx输入法, xxx钱包, xx点评, 会注册一堆service和receiver常驻后台, 即使在App的设置里关掉各种推送也没用. 常见的方法是使用绿色守护. 对于高级用户来说使用My Android Tools/3C Tools, 可以更有效地关闭不必要的service和receiver. 可是这些顽固的App会在运行的过程中重新注册这些service/receiver, 而My Android Tools只是静态地禁用, 没有常驻进程, 无法检测是否被重新开启了. 本App的解决方案是使用Xposed Module, 通过Hook setComponentEnabledSetting方法, 改写参数为DISABLED, 让流氓App无法重新注册service/receiver.\n\n使用方法:\n使用My Android Tools/3C Tools禁用service/receiver 初次安装在Xposed Installer里勾选后需要重启 打开本App的界面, 勾选需要和谐的App</string>
<string name="app_about">由twilightgod &amp; CC开发的<a href="http://forum.xda-developers.com/showthread.php?t=1574401"> Xposed </a>模块。\n您可访问<a href="http://forum.xda-developers.com/xposed/modules/mod-malware-buster-progress-t3035804">此帖</a>提问及建议。</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<string name="app_searchhint">name or package</string>
<string name="app_version">Version: %s</string>
<string name="app_about">An <a href="http://forum.xda-developers.com/showthread.php?t=1574401">Xposed</a> module by twilightgod &amp; CC.\nYou can use <a href="http://forum.xda-developers.com/xposed/modules/mod-malware-buster-progress-t3035804">this thread</a> for questions or suggestions.</string>
<string name="app_description">This is a Xposed module. It helps to prevent malwares to register service/receiver which were disabled in My Android Tools before.</string>
<string name="app_description">Intro:\nThis is a Xposed module. It helps to prevent malwares to register service/receiver which were disabled in My Android Tools before.\n\nManual:\nUse My Android Tools/3C Tools to disable service/receiver of your target Apps Install this module, enable it in Xposed Installer, you need to reboot device at the frist time. Check the target Apps you want to disable in Malware Buster UI.</string>
<string name="menu_about">About</string>
<string name="menu_refresh">Refresh</string>

Expand Down

0 comments on commit 41efafc

Please sign in to comment.