Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xposed-modules-repo/cai_ming_yu.cachecleaner
Cache Cleaner - Clean up the app's cache
https://github.com/xposed-modules-repo/cai_ming_yu.cachecleaner
Last synced: about 8 hours ago
JSON representation
Cache Cleaner - Clean up the app's cache
- Host: GitHub
- URL: https://github.com/xposed-modules-repo/cai_ming_yu.cachecleaner
- Owner: Xposed-Modules-Repo
- License: apache-2.0
- Created: 2023-10-22T05:37:18.000Z (about 1 year ago)
- Default Branch: C-M-Y
- Last Pushed: 2024-03-30T15:31:55.000Z (7 months ago)
- Last Synced: 2024-03-31T14:43:42.058Z (7 months ago)
- Homepage:
- Size: 175 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 彩銘羽 CacheCleaner
アプリの起動時にキャッシュをクリアするよ!このリポジトリは[ここ](https://github.com/Cai-Ming-Yu/CMY-CacheCleaner)と同じです。
Xposedを使用してアプリの起動時にキャッシュをクリアします。
This repo is exactly the same as [this one](https://github.com/Cai-Ming-Yu/CMY-CacheCleaner).
Use Xposed to clear the app's cache data when it starts.
# Magisk(KernelSU/APatch) module is already supported!
It supports more functions and is easier to use, it is highly recommended to use it with the Xposed version, please refer to the [config file](https://github.com/Cai-Ming-Yu/CMY-CacheCleaner/blob/C-M-Y/mod/source/config.yaml) for specific function support.## Env
- LSPosed or any other framework that can use the Xposed module is installed
- LSPosedまたはXposed、その他フレームワークがインストールされている環境が必要です## How to use
Install the latest version of the Xposed module released [here](https://github.com/Cai-Ming-Yu/CMY-CacheCleaner/releases), or package it into other app via frameworks such as LSPatch.ここでリリースをしているXposedモジュールの最新版をインストールするか、LSPatchなどのフレームワークを使用して他のアプリに埋め込んでください。
If you are not packaging into other app using a tool like LSPatch, enable this module in an Xposed framework like LSPosed and select the required app.
LSPatchのようなツールを使って他のアプリに埋め込んでいない場合は、LSPosedのようなXposedフレームワークでこのモジュールを有効化し、必要なアプリを選択してください。
You can also build the app yourself by downloading the source code for this project(App builds via e.g. ```./gradlew assembleRelease```).
このプロジェクトのソースコードをダウンロードして、自分自身でアプリをビルドする事もできます。(アプリのビルドは、```./gradlew assembleRelease``` などで行います)
CI Version: https://github.com/Cai-Ming-Yu/CMY-CacheCleaner/actions
## [License](https://github.com/Cai-Ming-Yu/CMY-CacheCleaner/blob/C-M-Y/LICENSE)