refactor: 优化 MusicBaseHook.kt 的代码结构与作用域#1505
Open
ghhccghk wants to merge 3 commits intoReChronoRain:mainfrom
Open
refactor: 优化 MusicBaseHook.kt 的代码结构与作用域#1505ghhccghk wants to merge 3 commits intoReChronoRain:mainfrom
MusicBaseHook.kt 的代码结构与作用域#1505ghhccghk wants to merge 3 commits intoReChronoRain:mainfrom
Conversation
- **代码重构:** 将 `ResourceIds`、`IconBundle`、`RemoteViewType`、`SplitConfig` 和 `Token` 等辅助数据类和枚举移动到 `MusicBaseHook` 类内部,以收紧类成员的作用域并改善组织结构。 - **代码规范:** 调整了 `PrefsBridge` 的导入顺序,使其符合字母排序规范。 Signed-off-by: ghhccghk <2137610394@qq.com>
- **新增功能:** 添加了 `SubScreenCenter` 类,用于处理包名为 `com.xiaomi.subscreencenter` 的背屏中心的 Hook 逻辑。 - **配置更新:** 在 `scope.list` 配置文件中新增了 `com.xiaomi.subscreencenter`,以扩展 Xposed 的作用域。 Signed-off-by: ghhccghk <2137610394@qq.com>
Signed-off-by: ghhccghk <2137610394@qq.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ResourceIds、IconBundle、RemoteViewType、SplitConfig和Token等辅助数据类和枚举移动到MusicBaseHook类内部,以收紧类成员的作用域并改善组织结构。PrefsBridge的导入顺序,使其符合字母排序规范。