import{_ as e,o,c as n,a as s}from"./app-BpUB8-Q8.js";const a={},t=s(`
Notice
Due to maintenance costs, the YukiHookAPI
will no longer update this document from version 1.3.0
and switch to the API document automatically generated by the Dokka plugin in version 2.0.0
.
Notice
The English translation of this page has not been completed, you are welcome to contribute translations to us.
You can use the Chrome Translation Plugin to translate entire pages for reference.
class ModuleContextThemeWrapper private constructor(baseContext: Context, theme: Int, configuration: Configuration?) : ContextThemeWrapper
Change Records
v1.1.0
added
Function Illustrate
代理
ContextThemeWrapper
。
通过包装,你可以轻松在 (Xposed) 宿主环境使用来自模块的主题资源。
fun applyConfiguration(initiate: Configuration.() -> Unit): ModuleContextThemeWrapper
Change Records
v1.1.0
added
Function Illustrate
设置当前
ModuleContextThemeWrapper
的Configuration
。
设置后会自动调用 Resources.updateConfiguration
。