qwe7002
qwe7002
是的,因爲我測試了mingw的bash,無論怎麼設置都是正常的
我覺得實現一個自定義模板可能會更有意義一點?稍後來實現一個好了。
Great advice! I thought maybe I could show relevant screenshots on the Readme page.
Sorry, this feature is not currently available in Group conversations. I will try to provide it in later versions.
hmm,看起来是变量没有正确初始化导致的。我会对这个问题进行修复
``` package com.qwe7002.telegram_rc.shizuku_kit import android.os.IBinder import com.android.internal.telephony.IPhoneSubInfo import rikka.shizuku.ShizukuBinderWrapper import rikka.shizuku.SystemServiceHelper class IPhoneSubInfo { private fun getIPhoneSubInfo(): IPhoneSubInfo? { val binder: IBinder = ShizukuBinderWrapper(SystemServiceHelper.getSystemService("iphonesubinfo")) return IPhoneSubInfo.Stub.asInterface(binder) } fun getDefaultIMSIWithShizuku(): String...
This issue appears to be caused by some specific content not being handled correctly, which I have already addressed in the new nightly update. Please wait for the new version...