From ee7d0f884e8558512d6254f6e0e2e275450a2add Mon Sep 17 00:00:00 2001 From: tehcneko <7764726+tehcneko@users.noreply.github.com> Date: Mon, 1 Feb 2021 16:23:10 +0800 Subject: [PATCH] Update readme in zip with gradle --- core/build.gradle | 4 +++ core/template_override/README.md | 47 -------------------------------- 2 files changed, 4 insertions(+), 47 deletions(-) delete mode 100644 core/template_override/README.md diff --git a/core/build.gradle b/core/build.gradle index 45f15310..e8ac557d 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -166,6 +166,10 @@ afterEvaluate { apiCode: "$apiCode", minApi: "$moduleMinRiruApiVersion") filter(FixCrLfFilter.class, eol: FixCrLfFilter.CrLf.newInstance("lf")) } + copy { + from ("${rootProject.projectDir}/README.md") + into file(zipPathMagiskReleasePath) + } } def libPathRelease = "${buildDir}/intermediates/cmake/${variantLowered}/obj" def exclude_list = ["riru.sh"] diff --git a/core/template_override/README.md b/core/template_override/README.md deleted file mode 100644 index feacf1d6..00000000 --- a/core/template_override/README.md +++ /dev/null @@ -1,47 +0,0 @@ -# LSPosed Framework - -[简体中文](https://github.com/ElderDrivers/LSPosed/wiki/%E7%AE%80%E4%BB%8B) - -## Introduction - -A Riru module trying to provide an ART hooking framework (initially for Android Pie) which delivers consistent APIs with the OG Xposed, leveraging YAHFA (or SandHook) hooking framework, supports Android 8.0 ~ **10**. - -> Xposed is a framework for modules that can change the behavior of the system and apps without touching any APKs. That's great because it means that modules can work for different versions and even ROMs without any changes (as long as the original code was not changed too much). It's also easy to undo. As all changes are done in the memory, you just need to deactivate the module and reboot to get your original system back. There are many other advantages, but here is just one more: Multiple modules can do changes to the same part of the system or app. With modified APKs, you to decide for one. No way to combine them, unless the author builds multiple APKs with different combinations. - -What are the differences between LSPosed Framework and Xposed Framework? - -1. LSPosed fully supports Android Pie, Q and R -2. LSPosed have App List mode. Only the apps you want to apply Xposed modules are hooked. Other apps in system run in a completely clean environment -3. LSPosed doesn't need to reboot system to active most modules -4. LSPosed is hard to detect. LSPosed use Riru to inject, doesn't modify the libart and app_process - -## How to use ? - -To put it simply, just follow these steps: - -1. Install Magisk -2. Flash the Riru Magisk module. You can find it in [Riru release page](https://github.com/RikkaApps/Riru/releases). -3. Flash the Riru - LSPosed Magisk module. You can find it in [LSPosed release page](https://github.com/ElderDrivers/LSPosed/releases). -4. Install LSPosed Manager. You can find it in [LSPosed Manager release page](https://github.com/ElderDrivers/LSPosedManager/releases). -5. Reboot :) - -More informations in detail: - -[**Official Website**](http://lspd.meowcat.org/) - -[**Wiki**](https://github.com/ElderDrivers/LSPosed/wiki) - -[**Telegram Channel**](https://t.me/LSPosed/) - -## Community Discussion - -- QQ Group: [855219808](http://shang.qq.com/wpa/qunwpa?idkey=fae42a3dba9dc758caf63e971be2564e67bf7edd751a2ff1c750478b0ad1ca3f) -- Telegram: [@Code_of_MeowCat](http://t.me/Code_of_MeowCat) - -Notice: These community group don't accept any bug report, please use [Get help](#get-help) to report. - -## Get Help - -- GitHub Issues: [Issues](https://github.com/ElderDrivers/LSPosed/issues/) - -- Notice(for Chinese): In view of the low quality of issues submitted, please read the Chinese user report first[LSPosedIssuesReport_cn](http://lspd.meowcat.org/assets/LSPosedIssuesReport_cn.txt)(If you don't read the instructions, the submitted issue is likely to be closed)