GitJoBo

Results 6 issues of GitJoBo

PhotoViewer的findImageView函数 private fun findImageView(group: ViewGroup): ImageView? { for (i in 0 until group.childCount) { return when { group.getChildAt(i) is ImageView -> group.getChildAt(i) as ImageView group.getChildAt(i) is ViewGroup -> findImageView(group.getChildAt(i) as...

/** * 读取AndroidId */ @JvmStatic @AsmMethodReplace( oriClass = Settings.System::class, // oriClass = Settings.Secure::class, oriAccess = AsmMethodOpcodes.INVOKESTATIC ) fun getString(resolver: ContentResolver, name: String): String? {} 类似这种System下的getString和Secure只能hook其中一个吗?

这个文件预览失败【https://mysmallapp.oss-cn-shanghai.aliyuncs.com/pptImg/2024/05/10/1715306705004.pptx】 提示以下错误 [INFO:CONSOLE(114)] "create by Office PowerPoint app verssion: 16.0000", source: file:///android_asset/ppt/js/pptxjs.min.js (10) [INFO:CONSOLE(120)] "Presentation size type: screen4x3", source: file:///android_asset/ppt/js/pptxjs.min.js (10) [INFO:CONSOLE(896)] "Uncaught TypeError: Cannot read properties of undefined (reading...

PickerActivity里getMediaData()函数在Build.VERSION.SDK_INT >= 33时,设置intent.putExtra(MediaStore.EXTRA_SIZE_LIMIT, maxSize);无效;并不能限制选择大小